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

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

Issue 11414140: [filemanager] Context menu command to pin/unpin file on Drive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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
===================================================================
--- chrome/browser/resources/file_manager/main.html (revision 169329)
+++ chrome/browser/resources/file_manager/main.html (working copy)
@@ -132,6 +132,10 @@
i18n-values="label:GDATA_RELOAD"></command>
<command id="gdata-go-to-drive"
i18n-values="label:GDATA_VISIT_DRIVE_GOOGLE_COM"></command>
+
+ <command id="toggle-pinned"
+ i18n-values="label:OFFLINE_COLUMN_LABEL"></command>
+
<command id="open-with"
i18n-values="label:OPEN_WITH_BUTTON_LABEL"></command>
<command id="zip-selection"
@@ -144,6 +148,8 @@
<menuitem command="#open-with"
visibleif="full-page" hidden></menuitem>
<hr id="default-action-separator" visibleif="full-page" hidden>
+ <menuitem command="#toggle-pinned"></menuitem>
+ <hr command="#toggle-pinned">
<menuitem command="#cut" visibleif="full-page"></menuitem>
<menuitem command="#copy" visibleif="full-page"></menuitem>
<menuitem command="#paste" visibleif="full-page"></menuitem>
« 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