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

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

Issue 13779006: Fixed gear menu navigation using keyboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Applied the changes to the new interface html. Created 7 years, 8 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/main.html ('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_new_ui.html
diff --git a/chrome/browser/resources/file_manager/main_new_ui.html b/chrome/browser/resources/file_manager/main_new_ui.html
index 2ace60bed6530bbf8a997ed1c38d685280205806..9bb2da36f789d71d8cef1481ccba32a8d05f580f 100644
--- a/chrome/browser/resources/file_manager/main_new_ui.html
+++ b/chrome/browser/resources/file_manager/main_new_ui.html
@@ -185,17 +185,15 @@
<menuitem command="#newwindow"></menuitem>
<menuitem command="#newfolder"></menuitem>
<menuitem command="#change-default-app"></menuitem>
- <hr>
+ <hr id="drive-separator">
<menuitem id="drive-sync-settings"
i18n-content=DRIVE_MOBILE_CONNECTION_OPTION></menuitem>
<menuitem id="drive-hosted-settings"
i18n-content=DRIVE_SHOW_HOSTED_FILES_OPTION></menuitem>
- <hr required_attr="ctrl-pressing" required_drive>
- <menuitem required_attr="ctrl-pressing" required_drive
- command="#drive-clear-local-cache"></menuitem>
- <menuitem required_attr="ctrl-pressing" required_drive
- command="#drive-reload"></menuitem>
- <hr required_drive>
+ <hr command="#drive-clear-local-cache">
+ <menuitem command="#drive-clear-local-cache"></menuitem>
+ <menuitem command="#drive-reload"></menuitem>
+ <hr>
<div id="volume-space-info" disabled>
<span id="volume-space-info-label"></span>
<div><div id="volume-space-info-bar"></div></div>
« no previous file with comments | « chrome/browser/resources/file_manager/main.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698