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

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

Issue 10850038: Drive: Add "Clear Local Cache" in the Gear menu to clear all local cache of Drive. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixed the indent Created 8 years, 4 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 d9d1329d4758cd23baeb5f5c12c33b3536a60c8f..883cd2c01b49fe9e335d85561e78b6c08d6c645b 100644
--- a/chrome/browser/resources/file_manager/main.html
+++ b/chrome/browser/resources/file_manager/main.html
@@ -113,6 +113,8 @@
></command>
<command id="gdata-help" i18n-values="label:GDATA_MENU_HELP"
></command>
+ <command id="gdata-clear-local-cache"
+ i18n-values="label:GDATA_CLEAR_LOCAL_CACHE"></command>
</commands>
<menu class="file-context-menu chrome-menu">
@@ -141,6 +143,9 @@
i18n-content=GDATA_MOBILE_CONNECTION_OPTION></menuitem>
<menuitem id="gdata-hosted-settings"
i18n-content=GDATA_SHOW_HOSTED_FILES_OPTION></menuitem>
+ <hr visibleif="ctrl">
+ <menuitem id="gdata-clear-local-cache" visibleif="ctrl"
+ command="#gdata-clear-local-cache"></menuitem>
<hr>
<div id="gdata-space-info" disabled>
<span id="gdata-space-info-label"
« 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