| 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 167aedb80ac56f3df0ef1ef5f3302b6af55b8779..496fd34ba9b6af51736cfb91503dd744354ed4d9 100644
|
| --- a/chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| +++ b/chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| @@ -56,7 +56,7 @@ Polymer({
|
| /** @protected */
|
| currentRouteChanged: function() {
|
| this.showClearBrowsingDataDialog_ =
|
| - settings.getCurrentRoute().dialog == 'clear-browsing-data';
|
| + settings.getCurrentRoute() == settings.Route.CLEAR_BROWSER_DATA;
|
| },
|
|
|
| /** @private */
|
|
|