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

Unified Diff: chrome/browser/resources/settings/route.js

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
Index: chrome/browser/resources/settings/route.js
diff --git a/chrome/browser/resources/settings/route.js b/chrome/browser/resources/settings/route.js
index cc184bb727d875b09612bdb759fbf681dbe4d7d0..e5e1b39887d067a6664478ab35555aaed1498f98 100644
--- a/chrome/browser/resources/settings/route.js
+++ b/chrome/browser/resources/settings/route.js
@@ -129,6 +129,7 @@ cr.define('settings', function() {
r.KEYBOARD = r.DEVICE.createChild('/keyboard-overlay');
r.DISPLAY = r.DEVICE.createChild('/display');
r.STYLUS = r.DEVICE.createChild('/stylus');
+ r.STORAGE = r.DEVICE.createChild('/storage');
</if>
r.PRIVACY = r.ADVANCED.createSection('/privacy', 'privacy');
« no previous file with comments | « chrome/browser/resources/settings/icons.html ('k') | chrome/browser/resources/settings/settings_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698