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

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

Issue 2852433003: MD Settings: Elim SettingsSubpageBrowsertest and SettingsPageVisibility (Closed)
Patch Set: Created 3 years, 8 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/settings_main/settings_main.js
diff --git a/chrome/browser/resources/settings/settings_main/settings_main.js b/chrome/browser/resources/settings/settings_main/settings_main.js
index 0e43c54e5ec73b337807de8253e9059c24bed270..4a2dfc25d5bece549923f462cccd84fbf5d6ac1c 100644
--- a/chrome/browser/resources/settings/settings_main/settings_main.js
+++ b/chrome/browser/resources/settings/settings_main/settings_main.js
@@ -71,17 +71,10 @@ Polymer({
},
/**
- * Dictionary defining page visibility.
- * @type {!GuestModePageVisibility}
+ * Dictionary defining page visibility. Controlled by settings-ui.
+ * @type {!PageVisibility|undefined}
*/
- pageVisibility: {
- type: Object,
- value: function() {
- return {};
- },
- },
-
- showAndroidApps: Boolean,
+ pageVisibility: Object,
dpapad 2017/05/01 21:02:22 Can you run tryjobs? I am expecting that there mig
stevenjb 2017/05/01 23:42:58 Ah, I thought I ran all tests locally, but it look
dpapad 2017/05/01 23:56:34 If the test is disabled, I don't think you have to
},
/** @override */

Powered by Google App Engine
This is Rietveld 408576698