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

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

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/route.js
diff --git a/chrome/browser/resources/settings/route.js b/chrome/browser/resources/settings/route.js
index e987f33ed83daf70c886db7251935111323cfcbf..4e6e4703404ad74377e46ec0013e7959cea3fb02 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');

Powered by Google App Engine
This is Rietveld 408576698