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

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

Issue 2381783002: MD Settings: hide people section when signin is disabled (e.g. by policy) (Closed)
Patch Set: Created 4 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/basic_page/basic_page.js
diff --git a/chrome/browser/resources/settings/basic_page/basic_page.js b/chrome/browser/resources/settings/basic_page/basic_page.js
index 7facd9f8179c0bdc2b8bf05ebfbc7087b71c5889..0a8408adbc10c4360294fc48343a89fb60962a3a 100644
--- a/chrome/browser/resources/settings/basic_page/basic_page.js
+++ b/chrome/browser/resources/settings/basic_page/basic_page.js
@@ -28,6 +28,9 @@ Polymer({
return loadTimeData.getBoolean('showResetProfileBanner');
},
},
+
+ /** @private {Object} */
tommycli 2016/09/29 19:27:29 nit: Add comment that this is populated by the chi
+ syncStatus_: Object,
},
onResetDone_: function() {

Powered by Google App Engine
This is Rietveld 408576698