Chromium Code Reviews| Index: chrome/common/chrome_switches.h |
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
| index f91d696c9a7d5cfcf3e2133894b46dab018a46c3..693eeeace0b06d657deb8bcff85fce20cf1962b5 100644 |
| --- a/chrome/common/chrome_switches.h |
| +++ b/chrome/common/chrome_switches.h |
| @@ -176,6 +176,7 @@ extern const char kEnableDevToolsExperiments[]; |
| extern const char kEnableDeviceDiscoveryNotifications[]; |
| extern const char kEnableDnsProbes[]; |
| extern const char kEnableDomDistiller[]; |
| +extern const char kEnableEnterpriseUserReporting[]; |
|
Joao da Silva
2013/11/03 09:21:26
This flag is ChromeOS-only, so it should go in src
|
| extern const char kEnableEphemeralApps[]; |
| extern const char kEnableExtensionActivityLogging[]; |
| extern const char kEnableExtensionActivityLogTesting[]; |