| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index c82195aff49302e3f16659909561c6d7f917448d..2d5eeb41cfe1deae8e58ffa419057cc4ea1e1822 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -72,10 +72,6 @@ const char kAppsDevtool[] = "apps-devtool";
|
| // --app-window-size=w,h
|
| const char kAppWindowSize[] = "app-window-size";
|
|
|
| -// A URL for the server which assigns channel ids for server pushed app
|
| -// notifications.
|
| -const char kAppNotifyChannelServerURL[] = "app-notify-channel-server-url";
|
| -
|
| // Overrides the apps checkout URL, which is used to determine when to expose
|
| // some private APIs.
|
| const char kAppsCheckoutURL[] = "apps-checkout-url";
|
| @@ -365,9 +361,6 @@ const char kDisableSyncAppSettings[] = "disable-sync-app-settings";
|
| // Disables syncing of apps.
|
| const char kDisableSyncApps[] = "disable-sync-apps";
|
|
|
| -// Disable syncing app notifications.
|
| -const char kDisableSyncAppNotifications[] = "disable-sync-app-notifications";
|
| -
|
| // Disables syncing of autofill.
|
| const char kDisableSyncAutofill[] = "disable-sync-autofill";
|
|
|
|
|