Chromium Code Reviews

Unified Diff: chrome/common/chrome_switches.h

Issue 769153007: Managed bookmarks for supervised users (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 622bcfcfd9c00bb14b2e2d8d831da32d17594b3a..31f80b1eec2d858fbc6d4b822a909fb8d7ad3866 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -170,6 +170,7 @@ extern const char kEnableSSLConnectJobWaiting[];
extern const char kEnableStaleWhileRevalidate[];
extern const char kEnableSuggestionsService[];
extern const char kEnableSupervisedUserBlacklist[];
+extern const char kEnableSupervisedUserManagedBookmarksFolder[];
extern const char kEnableSupervisedUserSafeSites[];
extern const char kEnableSyncArticles[];
extern const char kEnableTabAudioMuting[];

Powered by Google App Engine