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

Unified Diff: chrome/browser/resources/file_manager/main.html

Issue 12211124: Adds the new folder menu item to the gear button menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« 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/main.html
diff --git a/chrome/browser/resources/file_manager/main.html b/chrome/browser/resources/file_manager/main.html
index 4aa04a8001d1e6658df4917c23a4a674216e206d..07b42743d6a2bdd5c927b3c9f0290c2bf2d444bf 100644
--- a/chrome/browser/resources/file_manager/main.html
+++ b/chrome/browser/resources/file_manager/main.html
@@ -174,7 +174,9 @@
<menuitem command="#files-app-help"></menuitem>
</menu>
- <menu id="gear-menu" class="chrome-menu">
+ <menu id="gear-menu" class="chrome-menu" showShortcuts>
+ <menuitem command="#newfolder"></menuitem>
+ <hr>
<menuitem id="drive-sync-settings"
i18n-content=DRIVE_MOBILE_CONNECTION_OPTION></menuitem>
<menuitem id="drive-hosted-settings"
« 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