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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2655873002: Get enrollment token from DMServer when an Active Directory user uses ARC (Closed)
Patch Set: Add ClientId to DMServer request. Created 3 years, 10 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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index ca329820e2795eeed6359c1f58f5210b6321e359..0ec15c413cb7ae16c9a20d2bbe56c7d69401a2af 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -300,6 +300,10 @@ const char kEasyUnlockAppPath[] = "easy-unlock-app-path";
// app to their shelf (or platform-specific equivalent)
const char kEnableAddToShelf[] = "enable-add-to-shelf";
+// Enables using Android apps for Active Directory-enrolled users.
+const char kEnableAndroidWithActiveDirectory[] =
+ "enable-android-with-active-directory";
Luis Héctor Chávez 2017/02/06 22:00:15 We're trying to consolidate the multiple ARC-relat
Marton Hunyady 2017/02/07 14:53:42 Done.
+
// If the WebRTC logging private API is active, enables audio debug recordings.
const char kEnableAudioDebugRecordingsFromExtension[] =
"enable-audio-debug-recordings-from-extension";

Powered by Google App Engine
This is Rietveld 408576698