| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 59a586133625eb3514602bea266cb65d083f0268..93b35fb56f1eb516d2b245900a703d96b6d3700d 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -304,6 +304,9 @@ const char kEnableAddToShelf[] = "enable-add-to-shelf";
|
| const char kEnableAudioDebugRecordingsFromExtension[] =
|
| "enable-audio-debug-recordings-from-extension";
|
|
|
| +// Inform users that their browser is being controlled by an automated test.
|
| +const char kEnableAutomation[] = "enable-automation";
|
| +
|
| // Enables the benchmarking extensions.
|
| const char kEnableBenchmarking[] = "enable-benchmarking";
|
|
|
|
|