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

Unified Diff: chrome/browser/resources/options/options.js

Issue 2070893003: Storage manager: Show Google Drive offline files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Correct string and indentation. Created 4 years, 6 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/options/options.html ('k') | chrome/browser/resources/options/options_bundle.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/options.js
diff --git a/chrome/browser/resources/options/options.js b/chrome/browser/resources/options/options.js
index 9387495dd9a9bc72845c2afe84d9587dda455d42..f95032721ef2c3510c38767c857b7a660be128d9 100644
--- a/chrome/browser/resources/options/options.js
+++ b/chrome/browser/resources/options/options.js
@@ -203,6 +203,8 @@ function load() {
PageManager.registerOverlay(ChangePictureOptions.getInstance(),
BrowserOptions.getInstance(),
[$('account-picture')]);
+ PageManager.registerOverlay(StorageClearDriveCacheOverlay.getInstance(),
+ StorageManager.getInstance());
PageManager.registerOverlay(ConsumerManagementOverlay.getInstance(),
BrowserOptions.getInstance());
PageManager.registerOverlay(DetailsInternetPage.getInstance(),
« no previous file with comments | « chrome/browser/resources/options/options.html ('k') | chrome/browser/resources/options/options_bundle.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698