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

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

Issue 2957153003: MD Settings: remove unsupported routes from guest-mode. (Closed)
Patch Set: merge Created 3 years, 5 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/page_visibility.js
diff --git a/chrome/browser/resources/settings/page_visibility.js b/chrome/browser/resources/settings/page_visibility.js
index a5d4a1c188bfabd40c0ffbf6bc9b0af53da99d1c..68fb662b9892d888302fcfbfc04a14e808c09278 100644
--- a/chrome/browser/resources/settings/page_visibility.js
+++ b/chrome/browser/resources/settings/page_visibility.js
@@ -9,11 +9,11 @@
* appearance: (boolean|undefined|AppearancePageVisibility),
* dateTime: (boolean|undefined|DateTimePageVisibility),
* defaultBrowser: (boolean|undefined),
- * downloads: (undefined|DownloadsPageVisibility),
+ * downloads: (boolean|undefined|DownloadsPageVisibility),
* onStartup: (boolean|undefined),
* passwordsAndForms: (boolean|undefined),
* people: (boolean|undefined),
- * privacy: (undefined|PrivacyPageVisibility),
+ * privacy: (boolean|undefined|PrivacyPageVisibility),
* reset:(boolean|undefined),
* }}
*/
@@ -53,7 +53,6 @@ var DownloadsPageVisibility;
var PrivacyPageVisibility;
cr.define('settings', function() {
-
/**
* Dictionary defining page visibility.
* This is only set when in guest mode. All pages are visible when not set

Powered by Google App Engine
This is Rietveld 408576698