| Index: components/component_updater/component_updater_switches.cc
|
| diff --git a/components/component_updater/component_updater_switches.cc b/components/component_updater/component_updater_switches.cc
|
| index dc9de6033ffca2f28d7152912498082f16873c4d..88e68139d02bfcc873fb6154af5a1ecfe8d6f807 100644
|
| --- a/components/component_updater/component_updater_switches.cc
|
| +++ b/components/component_updater/component_updater_switches.cc
|
| @@ -10,4 +10,7 @@ namespace switches {
|
| // for the browser process.
|
| const char kComponentUpdater[] = "component-updater";
|
|
|
| +// Disables the bundled PPAPI version of Flash.
|
| +const char kDisableBundledPpapiFlash[] = "disable-bundled-ppapi-flash";
|
| +
|
| } // namespace switches
|
|
|