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

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

Issue 24026002: Files.app: FileManager.isFolderShortcutsEnabled() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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_manager_commands.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 bd7ea4d6beb7797b9003cfaf7b451ac5d14683c5..54996079696bad5eee43c7fdc652456e54d61d70 100644
--- a/chrome/browser/resources/file_manager/js/file_manager.js
+++ b/chrome/browser/resources/file_manager/js/file_manager.js
@@ -2133,18 +2133,6 @@ var BOTTOM_MARGIN_FOR_PREVIEW_PANEL_PX = 52;
};
/**
- * Folder shared feature is under development and hidden behind flag. This
- * method returns if the feature is explicitly enabled by the flag or not.
- * TODO(yoshiki): Remove this after launching folder feature feature.
- *
- * @return {boolena} True if the flag is enabled.
- */
- FileManager.prototype.isFolderShortcutsEnabled = function() {
- // TODO(yoshiki): Remove this method in M31.
- return true;
- };
-
- /**
* Creates a folder shortcut.
* @param {string} path A shortcut which refers to |path| to be created.
*/
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/js/file_manager_commands.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698