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

Unified Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 2348913002: Port storage manager to MD settings. (Closed)
Patch Set: histograms.xml Created 4 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
Index: chrome/browser/resources/settings/settings_resources.grd
diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd
index 0371670bf7fd672560903a54bdaf2877f56ab40b..88ef2355ae7dcaf433a96f72e26fe4a125297406 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -414,12 +414,24 @@
<structure name="IDR_SETTINGS_DEVICE_DISPLAY_OVERSCAN_DIALOG_JS"
file="device_page/display_overscan_dialog.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_DEVICE_DRIVE_CACHE_DIALOG_HTML"
+ file="device_page/drive_cache_dialog.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_DEVICE_DRIVE_CACHE_DIALOG_JS"
+ file="device_page/drive_cache_dialog.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_DEVICE_KEYBOARD_HTML"
file="device_page/keyboard.html"
type="chrome_html" />
<structure name="IDR_SETTINGS_DEVICE_KEYBOARD_JS"
file="device_page/keyboard.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_DEVICE_STORAGE_HTML"
+ file="device_page/storage.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_DEVICE_STORAGE_JS"
+ file="device_page/storage.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_DEVICE_STYLUS_HTML"
file="device_page/stylus.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698