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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1253953002: Componentize enhanced_bookmark_features.{h,cc}. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert change in //chrome/common/DEPS that broke checkdeps Created 5 years, 5 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') | components/dom_distiller.gypi » ('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 3204441685588fe6adeefc8baed891aaa0a0ec1d..4273896732b2ef41f86fd4c95e7c13a6a1f5c502 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -412,18 +412,12 @@ const char kEnableDevToolsExperiments[] = "enable-devtools-experiments";
const char kEnableDeviceDiscoveryNotifications[] =
"enable-device-discovery-notifications";
-// Enables the DOM distiller.
-const char kEnableDomDistiller[] = "enable-dom-distiller";
-
// Enables Domain Reliability Monitoring.
const char kEnableDomainReliability[] = "enable-domain-reliability";
// Download Notification. (value is "", "enabled" or "disabled")
const char kEnableDownloadNotification[] = "enable-download-notification";
-// Enable Enhanced Bookmarks.
-const char kEnhancedBookmarksExperiment[] = "enhanced-bookmarks-experiment";
-
// Enables experimentation with ephemeral apps to be launched from the webstore.
const char kEnableEphemeralAppsInWebstore[] =
"enable-ephemeral-apps-in-webstore";
@@ -543,9 +537,6 @@ const char kEnableSuggestionsService[] = "enable-suggestions-service";
const char kEnableSupervisedUserManagedBookmarksFolder[] =
"enable-supervised-user-managed-bookmarks-folder";
-// Enables synced articles.
-const char kEnableSyncArticles[] = "enable-sync-articles";
-
// Enables user control over muting tab audio from the tab strip.
const char kEnableTabAudioMuting[] = "enable-tab-audio-muting";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | components/dom_distiller.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698