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

Unified Diff: chrome/common/chrome_switches.cc

Issue 105723002: Add the scheme chrome-distiller:// and hook up data source. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed to use onReceived for javascript Created 7 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.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index ee945c5eaf64672ec4de6dbad78221118757eed1..cea2d423a6643ac54122b2a6ab7947b9098273b0 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -584,9 +584,6 @@ const char kEnableDevToolsExperiments[] = "enable-devtools-experiments";
const char kEnableDeviceDiscoveryNotifications[] =
"enable-device-discovery-notifications";
-// Enables the DOM distiller.
-const char kEnableDomDistiller[] = "enable-dom-distiller";
-
// Enables experimentation with ephemeral apps, which are launched without
// installing in Chrome.
const char kEnableEphemeralApps[] = "enable-ephemeral-apps";

Powered by Google App Engine
This is Rietveld 408576698