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

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

Issue 15675007: Suppressed resizing when the preview panel shows and hides. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed a unused variable. Created 7 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/js/file_selection.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/js/file_manager.js
diff --git a/chrome/browser/resources/file_manager/js/file_manager.js b/chrome/browser/resources/file_manager/js/file_manager.js
index bc670e0b04cb6de14419932ae7becb483a145b01..065d66fba7cc6ed9423c7d8f9e1b4b038d304422 100644
--- a/chrome/browser/resources/file_manager/js/file_manager.js
+++ b/chrome/browser/resources/file_manager/js/file_manager.js
@@ -1608,14 +1608,6 @@ DialogType.isModal = function(type) {
};
/**
- * @param {number=} opt_timeout Timeout in milliseconds.
- * @private
- */
- FileManager.prototype.requestResize_ = function(opt_timeout) {
- setTimeout(this.onResize_.bind(this), opt_timeout || 0);
- };
-
- /**
* Resize details and thumb views to fit the new window size.
* @private
*/
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/js/file_selection.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698