| Index: chromeos/chromeos_switches.h
|
| diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h
|
| index 1c3a9ed5cc34ffec7df77a8b373a06dd987a87f9..b7bc3b31a36eb73083b4d870f7a4a9f3a4a7259f 100644
|
| --- a/chromeos/chromeos_switches.h
|
| +++ b/chromeos/chromeos_switches.h
|
| @@ -80,9 +80,8 @@
|
| CHROMEOS_EXPORT extern const char kSmsTestMessages[];
|
| CHROMEOS_EXPORT extern const char kStubCrosSettings[];
|
| CHROMEOS_EXPORT extern const char kTestAutoUpdateUI[];
|
| -CHROMEOS_EXPORT extern const char kEnableScreenshotTestingWithMode[];
|
| -CHROMEOS_EXPORT extern const char kGoldenScreenshotsDir[];
|
| -CHROMEOS_EXPORT extern const char kArtifactsDir[];
|
| +CHROMEOS_EXPORT extern const char kEnableScreenshotTesting[];
|
| +CHROMEOS_EXPORT extern const char kScreenshotDestinationDir[];
|
|
|
| } // namespace switches
|
| } // namespace chromeos
|
|
|