Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
[Video Player] Remove the default id of the video player
Browse files Browse the repository at this point in the history
Setting the default id causes the regression crbug.com/450095, so this patch removes it.

BUG=450095
TEST=manually tested
[email protected]

Review URL: https://codereview.chromium.org/810483005

Cr-Commit-Position: refs/heads/master@{#312182}
(cherry picked from commit f97f8f3)

Review URL: https://codereview.chromium.org/893533004

Cr-Commit-Position: refs/branch-heads/2272@{#160}
Cr-Branched-From: 827a380-refs/heads/master@{#310958}
  • Loading branch information
yoshikig committed Jan 30, 2015
1 parent 6965400 commit af6f5da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/file_manager/video_player/js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ var appWindowsForTest = {};
* @type {Object}
*/
var windowCreateOptions = {
id: 'video',
frame: 'none',
minWidth: 480,
minHeight: 270
Expand Down

0 comments on commit af6f5da

Please sign in to comment.