| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 6a4f7d1f29d364492a6f23b65740e432f3318260..1e5bb9940b368b2cb310c87071f9bd77b723b9d3 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -270,7 +270,7 @@ const char kDisableMinimizeOnSecondLauncherItemClick[] =
|
| "disable-minimize-on-second-launcher-item-click";
|
|
|
| // Disables the new bookmark app system.
|
| -const char kDisableNewBookmarkApps[] = "disable-new-bookmark-apps";
|
| +const char kDisableNewBookmarkApps[] = "disable-new-bookmark-apps";
|
|
|
| // Disables the new offline error page generated by NetErrorHelper for ChromeOS
|
| // and instead uses the old error page generated by OfflineResourceThrottle.
|
| @@ -467,6 +467,9 @@ const char kEnableNaCl[] = "enable-nacl";
|
| // Enables the network-related benchmarking extensions.
|
| const char kEnableNetBenchmarking[] = "enable-net-benchmarking";
|
|
|
| +// Enables the new bookmark app system.
|
| +const char kEnableNewBookmarkApps[] = "enable-new-bookmark-apps";
|
| +
|
| // Enables NPN with HTTP. It means NPN is enabled but SPDY won't be used.
|
| // HTTP is still used for all requests.
|
| const char kEnableNpnHttpOnly[] = "enable-npn-http";
|
|
|