| Index: chrome/browser/resources/settings/route.js
|
| diff --git a/chrome/browser/resources/settings/route.js b/chrome/browser/resources/settings/route.js
|
| index e5e1b39887d067a6664478ab35555aaed1498f98..91de65711a91b1f5e67d1a4aa5281632ca3b8ecd 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');
|
|
|