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

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

Issue 2348913002: Port storage manager to MD settings. (Closed)
Patch Set: Address review comments 2. Created 4 years, 2 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/settings/route.js ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6af149f7defa4551ab9c02d5ef730f37f710167d..ff4a5c86304e5d1b3386217816a3e37b29a15ead 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -418,12 +418,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" />
« no previous file with comments | « chrome/browser/resources/settings/route.js ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698