| 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>
|
|
|