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

Unified Diff: chrome/common/features.gni

Issue 2468723003: Move session service and supervised users to buildflags. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « chrome/common/chrome_paths.cc ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/features.gni
diff --git a/chrome/common/features.gni b/chrome/common/features.gni
index 46562567b8fb289553b6693971eae2adf607e979..50ce0c265c53d1f5e2bf4cd7a9bd5289da0a2038 100644
--- a/chrome/common/features.gni
+++ b/chrome/common/features.gni
@@ -51,6 +51,12 @@ declare_args() {
enable_service_discovery = enable_mdns || is_mac
+ # Enables use of the session service, which is enabled by default.
+ # Android stores them separately on the Java side.
+ enable_session_service = !is_android && !is_ios && !is_chromecast
+
+ enable_supervised_users = !is_ios && !is_chromecast
+
# Enables vr shell.
enable_vr_shell = false
« no previous file with comments | « chrome/common/chrome_paths.cc ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698