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 2131c6adcc1e6bad1f3f2121fe3628a7370309ac..4defa87002a97dec6500c1e95db25088c87fef43 100644 |
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.js |
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.js |
@@ -150,6 +150,15 @@ Polymer({ |
}, |
/** |
+ * @param {boolean|undefined} visibility |
+ * @return {boolean} |
+ * @private |
+ */ |
+ showPage_: function(visibility) { |
+ return visibility !== false; |
+ }, |
+ |
+ /** |
* @param {Event} event |
* @private |
*/ |