| 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..7eaae2a0d116b4e29d71d030aa007574fc9d6367 100644
|
| --- a/chrome/browser/resources/settings/route.js
|
| +++ b/chrome/browser/resources/settings/route.js
|
| @@ -96,6 +96,8 @@ cr.define('settings', function() {
|
| r.SIGN_OUT = r.BASIC.createChild('/signOut');
|
| r.CLEAR_BROWSER_DATA = r.ADVANCED.createChild('/clearBrowserData');
|
| r.RESET_DIALOG = r.ADVANCED.createChild('/resetProfileSettings');
|
| + r.TRIGGERED_RESET_DIALOG =
|
| + r.ADVANCED.createChild('/triggeredResetProfileSettings');
|
|
|
| <if expr="chromeos">
|
| r.INTERNET = r.BASIC.createSection('/internet', 'internet');
|
|
|