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

Unified Diff: content/browser/renderer_host/render_process_host_impl.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: content/browser/renderer_host/render_process_host_impl.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index 9812a041a91c480338ac617db7f0c374eae1d546..3ba81b98951f25c8291a963a6c85b8b5a93f2605 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -1005,6 +1005,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kEnableDeadlineScheduling,
switches::kEnableDeferredImageDecoding,
switches::kEnableDelegatedRenderer,
+ switches::kEnableDomDistiller,
nasko 2014/01/16 23:39:12 This shouldn't be here, as the chrome layer can ad
nyquist 2014/01/22 00:47:58 Removed.
switches::kEnableEac3Playback,
switches::kEnableEncryptedMedia,
switches::kEnableExperimentalCanvasFeatures,

Powered by Google App Engine
This is Rietveld 408576698