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

Unified Diff: ui/file_manager/file_manager/foreground/js/file_manager.js

Issue 900743002: Move preview panel's components to toolbar and footer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a TODO comment about customized CommandButton. Created 5 years, 10 months 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
Index: ui/file_manager/file_manager/foreground/js/file_manager.js
diff --git a/ui/file_manager/file_manager/foreground/js/file_manager.js b/ui/file_manager/file_manager/foreground/js/file_manager.js
index b9290b81257a7b25cdaa52a4ba193010daef6523..f4d00e23e57fc64a3a929e78376e5aa3a75a97bd 100644
--- a/ui/file_manager/file_manager/foreground/js/file_manager.js
+++ b/ui/file_manager/file_manager/foreground/js/file_manager.js
@@ -737,14 +737,6 @@ FileManager.prototype = /** @struct */ {
this.ui_.initAdditionalUI(
assertInstanceof(table, FileTable),
assertInstanceof(grid, FileGrid),
- new PreviewPanel(
- queryRequiredElement(dom, '.preview-panel'),
- DialogType.isOpenDialog(this.dialogType) ?
- PreviewPanelModel.VisibilityType.ALWAYS_VISIBLE :
- PreviewPanelModel.VisibilityType.AUTO,
- this.metadataCache_,
- this.volumeManager_,
- this.historyLoader_),
new LocationLine(
queryRequiredElement(dom, '#location-breadcrumbs'),
this.metadataCache_,

Powered by Google App Engine
This is Rietveld 408576698