| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 2f63435aa5d4942688c346687fed2073dda3fb14..0024aefe4b692b665a6ae8f8d3e4b23e03fb3300 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -270,7 +270,7 @@ const char kDisableBackgroundMode[] = "disable-background-mode";
|
| // measurements.
|
| const char kDisableBackgroundNetworking[] = "disable-background-networking";
|
|
|
| -// Disables the bundled PPAPI version of Flash (if it's enabled by default).
|
| +// Disables the bundled PPAPI version of Flash.
|
| const char kDisableBundledPpapiFlash[] = "disable-bundled-ppapi-flash";
|
|
|
| // Disables the bookmark autocomplete provider (BookmarkProvider).
|
| @@ -324,9 +324,6 @@ const char kDisableExtensionsResourceWhitelist[] =
|
| const char kDisableImprovedDownloadProtection[] =
|
| "disable-improved-download-protection";
|
|
|
| -// Disable the internal Flash Player.
|
| -const char kDisableInternalFlash[] = "disable-internal-flash";
|
| -
|
| // Don't resolve hostnames to IPv6 addresses. This can be used when debugging
|
| // issues relating to IPv6, but shouldn't otherwise be needed. Be sure to file
|
| // bugs if something isn't working properly in the presence of IPv6. This flag
|
| @@ -472,9 +469,6 @@ const char kEnableAutologin[] = "enable-autologin";
|
| // Enables the benchmarking extensions.
|
| const char kEnableBenchmarking[] = "enable-benchmarking";
|
|
|
| -// Enables the bundled PPAPI version of Flash.
|
| -const char kEnableBundledPpapiFlash[] = "enable-bundled-ppapi-flash";
|
| -
|
| // 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";
|
|
|