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

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

Issue 12208084: Removed a context menu from Files.app's left nav, since it became redundant. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. 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 | « chrome/browser/resources/file_manager/js/file_manager_commands.js ('k') | 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..8b5f3838d0f00e5b79165dbe18ea0334a311380e 100644
--- a/chrome/browser/resources/file_manager/main.html
+++ b/chrome/browser/resources/file_manager/main.html
@@ -142,9 +142,6 @@
i18n-values="label:OPEN_WITH_BUTTON_LABEL"></command>
<command id="zip-selection"
i18n-values="label:ZIP_SELECTION_BUTTON_LABEL"></command>
-
- <command id="files-app-help" i18n-values="label:HELP_LINK_LABEL">
- </command>
</commands>
<menu id="file-context-menu" class="chrome-menu" showShortcuts>
@@ -170,8 +167,6 @@
<menuitem command="#import-photos"></menuitem>
<menuitem command="#unmount"></menuitem>
<menuitem command="#format"></menuitem>
- <hr>
- <menuitem command="#files-app-help"></menuitem>
</menu>
<menu id="gear-menu" class="chrome-menu">
@@ -204,18 +199,6 @@
<menuitem command="#delete"></menuitem>
</menu>
- <menu id="downloads-root-context-menu" class="chrome-menu">
- <div id="downloads-space-info" disabled>
- <span id="downloads-space-info-label"
- i18n-content=WAITING_FOR_SPACE_INFO
- ></span>
- <div>
- <div id="downloads-space-info-bar" style="width:100%" pending></div>
- </div>
- </div>
- <menuitem command="#files-app-help"></menuitem>
- </menu>
-
<div class=dialog-title invisibleif="full-page">[TITLE]</div>
<div class=dialog-container>
<div class=dialog-sidebar>
« no previous file with comments | « chrome/browser/resources/file_manager/js/file_manager_commands.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698