| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index c2bf004fde94b098356c5ccc27205eeb2793408f..fea6a37a8b8a000bd764d0a40d75a0959d8da784 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -569,6 +569,9 @@ const char kEnableNaClExceptionHandling[] = "enable-nacl-exception-handling";
|
| // Enables the native messaging extensions API.
|
| const char kEnableNativeMessaging[] = "enable-native-messaging";
|
|
|
| +// Enables the network-related benchmarking extensions.
|
| +const char kEnableNetBenchmarking[] = "enable-net-benchmarking";
|
| +
|
| // Enables the new Autofill UI, which is part of the browser process rather than
|
| // part of the renderer process. http://crbug.com/51644
|
| const char kEnableNewAutofillUi[] = "enable-new-autofill-ui";
|
|
|