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

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

Issue 2734033004: Compile Gallery in gyp v2. (Closed)
Patch Set: . Created 3 years, 9 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 45251ceed92a272710b3b2cfc5889ad05c297950..f17131c58da0750a8d28c3435b81f402a454f547 100644
--- a/ui/file_manager/file_manager/foreground/js/file_manager.js
+++ b/ui/file_manager/file_manager/foreground/js/file_manager.js
@@ -879,9 +879,6 @@ FileManager.prototype = /** @struct */ {
var dom = this.dialogDom_;
assert(dom);
- // Initialize the dialog.
- FileManagerDialogBase.setFileManager(this);
-
var table = queryRequiredElement('.detail-table', dom);
FileTable.decorate(
table,

Powered by Google App Engine
This is Rietveld 408576698