Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: chrome/browser/resources/file_manager/background/js/background.js

Issue 101353002: Files.app: Don't pass {singleton: false} to chrome.app.window.create. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/background/js/background.js
diff --git a/chrome/browser/resources/file_manager/background/js/background.js b/chrome/browser/resources/file_manager/background/js/background.js
index fe031e66eecdb41d5e392625bae5addc5caf7233..5852da1c4152485720a7e6dbf636284ae9d4a042 100644
--- a/chrome/browser/resources/file_manager/background/js/background.js
+++ b/chrome/browser/resources/file_manager/background/js/background.js
@@ -353,8 +353,7 @@ var FILE_MANAGER_WINDOW_CREATE_OPTIONS = Object.freeze({
minHeight: 240,
frame: 'none',
hidden: true,
- transparentBackground: true,
- singleton: false
+ transparentBackground: true
});
/**
@@ -515,8 +514,7 @@ var AUDIO_PLAYER_CREATE_OPTIONS = Object.freeze({
minHeight: 35 + 58,
minWidth: 280,
height: 35 + 58,
- width: 280,
- singleton: false
+ width: 280
});
var audioPlayer = new SingletonAppWindowWrapper('mediaplayer.html',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698