Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5004)

Unified Diff: chrome/browser/resources/settings/privacy_page/privacy_page.js

Issue 1368973003: Flesh out the location-page class to make it more general. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 a60827667038f6ed126ccdff0d4ad05ba85b2204..a3feb0520cd5469cae919b5c4ac89a1e3f32c305 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.js
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.js
@@ -46,6 +46,7 @@ Polymer({
/** @private */
onSiteSettingsTap_: function() {
+ console.log('TAPPED ON SITE SETTINGS');
this.$.pages.setSubpageChain(['site-settings']);
},

Powered by Google App Engine
This is Rietveld 408576698