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

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

Cr-Commit-Position: refs/heads/master@{#312182}
  • Loading branch information
yoshikig authored and Commit bot committed Jan 20, 2015
1 parent c52f127 commit f97f8f3
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 @@ -17,7 +17,6 @@ var ICON_IMAGE = 'images/icon/video-player-64.png';
* @type {Object}
*/
var windowCreateOptions = {
id: 'video',
frame: 'none',
minWidth: 480,
minHeight: 270
Expand Down

0 comments on commit f97f8f3

Please sign in to comment.