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

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

Issue 10914206: [FileBrowser] Added go to gdrive menu item. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with master. Created 8 years, 3 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/mock_chrome.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 2f9e5bfee5a56bcd728d6d9845593d739a104e31..0ae6615149904a73025b4bf77c7fc927c960cc18 100644
--- a/chrome/browser/resources/file_manager/main.html
+++ b/chrome/browser/resources/file_manager/main.html
@@ -125,6 +125,8 @@
></command>
<command id="gdata-clear-local-cache"
i18n-values="label:GDATA_CLEAR_LOCAL_CACHE"></command>
+ <command id="gdata-go-to-drive"
+ i18n-values="label:GDATA_VISIT_DRIVE_GOOGLE_COM"></command>
<command id="open-with"
i18n-values="label:OPEN_WITH_BUTTON_LABEL"></command>
</commands>
@@ -168,6 +170,7 @@
></div>
</div>
<menuitem command="#gdata-buy-more-space"></menuitem>
+ <menuitem command="#gdata-go-to-drive"></menuitem>
<menuitem command="#gdata-help"></menuitem>
</menu>
« no previous file with comments | « chrome/browser/resources/file_manager/js/mock_chrome.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698