| Index: chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.js b/chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| index f8a2b7a5644efa698c991bcacf32f62a9fed4dd0..afdd7b4a2c66209cbf987691dffaf01574ae09d4 100644
|
| --- a/chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| +++ b/chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| @@ -79,9 +79,9 @@ Polymer({
|
| /** @private */
|
| onClearBrowsingDataTap_: function() {
|
| this.currentRoute = {
|
| - page: this.currentRoute.page,
|
| - section: this.currentRoute.section,
|
| - subpage: this.currentRoute.subpage,
|
| + page: 'advanced',
|
| + section: 'privacy',
|
| + subpage: [],
|
| dialog: 'clear-browsing-data',
|
| };
|
| },
|
| @@ -95,9 +95,9 @@ Polymer({
|
| return;
|
|
|
| this.currentRoute = {
|
| - page: this.currentRoute.page,
|
| - section: this.currentRoute.section,
|
| - subpage: this.currentRoute.subpage,
|
| + page: 'advanced',
|
| + section: 'privacy',
|
| + subpage: [],
|
| // Drop dialog key.
|
| };
|
| },
|
|
|