Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(657)

Unified Diff: chrome/common/chrome_switches.cc

Issue 12680004: Remove chrome/ code to handle App Notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert sync pref changes Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698