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

Unified Diff: components/dom_distiller/content/browser/distillability_driver.cc

Issue 2494633004: Remove about:srcdoc url conversion. (Closed)
Patch Set: Rebase Created 4 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: components/dom_distiller/content/browser/distillability_driver.cc
diff --git a/components/dom_distiller/content/browser/distillability_driver.cc b/components/dom_distiller/content/browser/distillability_driver.cc
index aea16bc098821ea2a94787c4b4dfc42c9ead27d0..9eca8a048d1a958fe6aff4b6500af2baa1bbec4d 100644
--- a/components/dom_distiller/content/browser/distillability_driver.cc
+++ b/components/dom_distiller/content/browser/distillability_driver.cc
@@ -89,7 +89,7 @@ void DistillabilityDriver::RenderFrameHostChanged(
void DistillabilityDriver::DidStartProvisionalLoadForFrame(
content::RenderFrameHost* render_frame_host, const GURL& validated_url,
- bool is_error_page, bool is_iframe_srcdoc) {
+ bool is_error_page) {
SetupMojoService(render_frame_host);
}

Powered by Google App Engine
This is Rietveld 408576698