Chromium Code Reviews| 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"; |