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

Unified Diff: chrome/browser/resources/options/chromeos/storage_manager.html

Issue 2009543002: Add storage manager overlay on Settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments Created 4 years, 7 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
Index: chrome/browser/resources/options/chromeos/storage_manager.html
diff --git a/chrome/browser/resources/options/chromeos/storage_manager.html b/chrome/browser/resources/options/chromeos/storage_manager.html
new file mode 100644
index 0000000000000000000000000000000000000000..6ecbc69601311b8d14a805d33e27cd8f9e7344b9
--- /dev/null
+++ b/chrome/browser/resources/options/chromeos/storage_manager.html
@@ -0,0 +1,12 @@
+<div id="storageManagerPage" class="page" hidden>
+ <div class="close-button"></div>
+ <h1 i18n-content="storageManagerPage"></h1>
+
+ <div class="action-area">
+ <div class="button-strip">
+ <button id="storage-confirm" class="default-button"
+ i18n-content="done">
+ </button>
+ </div>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698