| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 612523a4fe0e28f65126cd4af863e9ace96870da..dd30b71c3a8dd7d748502711adff3322a55e29ad 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1387,6 +1387,10 @@ const char kDisableNewWallpaperUI[] = "disable-new-wallpaper-picker-ui";
|
| // Avoid doing animations upon oobe.
|
| const char kDisableOobeAnimation[] = "disable-oobe-animation";
|
|
|
| +// Enables component extension that initializes background pages of
|
| +// certain hosted applications.
|
| +const char kEnableBackgroundLoader[] = "enable-background-loader";
|
| +
|
| // Enables touchpad three-finger-click as middle button.
|
| const char kEnableTouchpadThreeFingerClick[]
|
| = "touchpad-enable-three-finger-click";
|
|
|