| 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 a6d821bb4087e38b7280bfd8bf55b42d11ad560b..68f0b0ea18c71ed5f773fa381f03f4ceb86d62ae 100644
|
| --- a/chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| +++ b/chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| @@ -52,6 +52,7 @@ Polymer({
|
|
|
| /** @private */
|
| onClearBrowsingDataTap_: function() {
|
| - this.$.pages.setSubpageChain(['clear-browsing-data']);
|
| + this.$.pages.querySelector('settings-clear-browsing-data-page')
|
| + .showClearBrowsingDataDialog();
|
| },
|
| });
|
|
|