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

Unified Diff: chrome/common/chrome_switches.h

Issue 780363003: Delete deprecated synced notifications code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comments in specifics Created 6 years 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.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 876564cfc501a6db8f5b2f66d05eea8f13f19910..5b5d990be9b37b25fbc1401dfd216b2c812959f2 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -107,7 +107,6 @@ extern const char kDisableSuggestionsService[];
extern const char kDisableSupervisedUserBlacklist[];
extern const char kDisableSupervisedUserSafeSites[];
extern const char kDisableSync[];
-extern const char kDisableSyncSyncedNotifications[];
extern const char kDisableSyncTypes[];
extern const char kDisableWebResources[];
extern const char kDisableZeroBrowsersOpenForTests[];
@@ -180,7 +179,6 @@ extern const char kEnableSuggestionsService[];
extern const char kEnableSupervisedUserBlacklist[];
extern const char kEnableSupervisedUserSafeSites[];
extern const char kEnableSyncArticles[];
-extern const char kEnableSyncSyncedNotifications[];
extern const char kEnableTabAudioMuting[];
extern const char kEnableThumbnailRetargeting[];
extern const char kEnableTranslateNewUX[];

Powered by Google App Engine
This is Rietveld 408576698