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

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

Issue 2373613003: md-settings: add routing to chrome://settings/resetProfileSettings. (Closed)
Patch Set: More consistent route navigation 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 2f63e263e1418adb2f37a2d39913a3637bf2a18a..e987f33ed83daf70c886db7251935111323cfcbf 100644
--- a/chrome/browser/resources/settings/route.js
+++ b/chrome/browser/resources/settings/route.js
@@ -95,6 +95,7 @@ cr.define('settings', function() {
// These are disfavored. If we add anymore, we should add explicit support.
r.SIGN_OUT = r.BASIC.createChild('/signOut');
r.CLEAR_BROWSER_DATA = r.ADVANCED.createChild('/clearBrowserData');
+ r.RESET_DIALOG = r.ADVANCED.createChild('/resetProfileSettings');
<if expr="chromeos">
r.INTERNET = r.BASIC.createSection('/internet', 'internet');

Powered by Google App Engine
This is Rietveld 408576698