| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 471c2507febf18c34e30412f6b1b461f951cead8..d027ef09acdc6cb6b752d227ae4c56f627315f8f 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -96,13 +96,12 @@
|
| // Enables activation of voice search by saying 'Ok Google'.
|
| const char kEnableOkGoogleVoiceSearch[] = "enable-ok-google-voice-search";
|
|
|
| +// Enables using screenshots in tests.
|
| +const char kEnableScreenshotTesting[] = "enable-screenshot-testing";
|
| +
|
| // Enables touchpad three-finger-click as middle button.
|
| const char kEnableTouchpadThreeFingerClick[]
|
| = "enable-touchpad-three-finger-click";
|
| -
|
| -// Enables using screenshots in tests and seets mode.
|
| -const char kEnableScreenshotTestingWithMode[] =
|
| - "enable-screenshot-testing-with-mode";
|
|
|
| // Enable Kiosk mode for ChromeOS. Note this switch refers to retail mode rather
|
| // than the kiosk app mode.
|
| @@ -241,15 +240,12 @@
|
| // Forces first-run UI to be shown for every login.
|
| const char kForceFirstRunUI[] = "force-first-run-ui";
|
|
|
| +// Turns on screenshot testing and specifies the directory where the
|
| +// golden screenshots are stored.
|
| +const char kScreenshotDestinationDir[] = "screenshot-destination-dir";
|
| +
|
| // Enables testing for auto update UI.
|
| const char kTestAutoUpdateUI[] = "test-auto-update-ui";
|
|
|
| -// Screenshot testing: specifies the directory where the golden screenshots are
|
| -// stored.
|
| -const char kGoldenScreenshotsDir[] = "golden-screenshots-dir";
|
| -
|
| -// Screenshot testing: specifies the directoru where artifacts will be stored.
|
| -const char kArtifactsDir[] = "artifacts-dir";
|
| -
|
| } // namespace switches
|
| } // namespace chromeos
|
|
|