| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 493bc6d6a228849f6c851c1800f2ace16a3c66bd..427f86d378edf142f27ef31b000053c27b43b3c6 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -280,6 +280,9 @@ const char kDisableIPv6[] = "disable-ipv6";
|
| const char kDisableMinimizeOnSecondLauncherItemClick[] =
|
| "disable-minimize-on-second-launcher-item-click";
|
|
|
| +// Disables the new bookmark app system.
|
| +const char kDisableNewBookmarkApps[] = "disable-new-bookmark-apps";
|
| +
|
| // Disables the menu on the NTP for accessing sessions from other devices.
|
| const char kDisableNTPOtherSessionsMenu[] = "disable-ntp-other-sessions-menu";
|
|
|
| @@ -601,9 +604,6 @@ const char kEnableSSLConnectJobWaiting[] = "enable-ssl-connect-job-waiting";
|
| // proceeds in the background.
|
| const char kEnableStaleWhileRevalidate[] = "enable-stale-while-revalidate";
|
|
|
| -// Enables an experimental hosted app experience.
|
| -const char kEnableStreamlinedHostedApps[] = "enable-streamlined-hosted-apps";
|
| -
|
| // Enables the suggestions service.
|
| const char kEnableSuggestionsService[] = "enable-suggestions-service";
|
|
|
|
|