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

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: 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
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 5f335976d510d046bfebd1e1a402711cc824fbed..7d74682bd69a943fa68bec4531b6e8184e85a3c5 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="docs-settings" class="chrome-menu">
@@ -207,18 +202,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>

Powered by Google App Engine
This is Rietveld 408576698