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

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: Implement as data source instead. Also rebased across thousands of CLs. Created 6 years, 11 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 859aad1c1e71c89c4861f18b78fc45786a3a03c8..20eff267991b3f4cf74e9fea09c7b353500760c5 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -619,9 +619,6 @@ const char kEnableDevToolsExperiments[] = "enable-devtools-experiments";
const char kEnableDeviceDiscoveryNotifications[] =
"enable-device-discovery-notifications";
-// Enables the DOM distiller.
-const char kEnableDomDistiller[] = "enable-dom-distiller";
-
// Enable Enhanced Bookmarks.
const char kEnableEnhancedBookmarks[] = "enable-enhanced-bookmarks";

Powered by Google App Engine
This is Rietveld 408576698