| 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 40d1040a23440e73f4e3bec607d071b865f98413..30b0273ecdfb6dd3b24a978c9d0d4e6a38706d45 100644
|
| --- a/chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| +++ b/chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| @@ -56,7 +56,6 @@ Polymer({
|
| /** @private */
|
| onManageCertificatesTap_: function() {
|
| <if expr="use_nss_certs">
|
| - var pages = /** @type {!SettingsAnimatedPagesElement} */(this.$.pages);
|
| settings.navigateTo(settings.Route.CERTIFICATES);
|
| </if>
|
| <if expr="is_win or is_macosx">
|
| @@ -67,7 +66,6 @@ Polymer({
|
|
|
| /** @private */
|
| onSiteSettingsTap_: function() {
|
| - var pages = /** @type {!SettingsAnimatedPagesElement} */(this.$.pages);
|
| settings.navigateTo(settings.Route.SITE_SETTINGS);
|
| },
|
|
|
|
|