| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index e63f4e2ec619ea4cefeb4bf7cfeccc0fb40516ed..30f149c24c61d12e43ee1597ef43c69ba3dc9b2a 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";
|
| @@ -362,9 +358,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";
|
|
|
|
|