| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 9bc5ccfa1369ad694e9d49e7bc84770e8818a4a0..4a6963245463db492ba13653f7f7dfa1ad91e53e 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -466,6 +466,9 @@ const char kEnableAutologin[] = "enable-autologin";
|
| // Enables the benchmarking extensions.
|
| const char kEnableBenchmarking[] = "enable-benchmarking";
|
|
|
| +// Enables breakpad for testing purposes.
|
| +const char kEnableBreakpad[] = "enable-breakpad";
|
| +
|
| // This applies only when the process type is "service". Enables the Cloud
|
| // Print Proxy component within the service process.
|
| const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy";
|
|
|