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

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: Fix merge conflicts. 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698