| Index: chromeos/chromeos_switches.h
|
| diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h
|
| index a287962701239a0663f12c97b76fb4388b45fb7d..9f8c0e297a47a813dce14ef9c1995153c91d434d 100644
|
| --- a/chromeos/chromeos_switches.h
|
| +++ b/chromeos/chromeos_switches.h
|
| @@ -22,10 +22,12 @@ namespace switches {
|
| // Please keep alphabetized.
|
| CHROMEOS_EXPORT extern const char kChromeOSReleaseBoard[];
|
| CHROMEOS_EXPORT extern const char kDbusStub[];
|
| +CHROMEOS_EXPORT extern const char kDisableStubEthernet[];
|
| CHROMEOS_EXPORT extern const char kEnableLocallyManagedUserUIExperiments[];
|
| CHROMEOS_EXPORT extern const char kEnableNewNetworkChangeNotifier[];
|
| CHROMEOS_EXPORT extern const char kEnableNewNetworkConfigurationHandlers[];
|
| CHROMEOS_EXPORT extern const char kEnableScreensaverExtensions[];
|
| +CHROMEOS_EXPORT extern const char kEnableStubInteractive[];
|
| CHROMEOS_EXPORT extern const char kSmsTestMessages[];
|
|
|
| } // namespace switches
|
|
|