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

Unified Diff: components/dom_distiller/content/distiller_page_web_contents_browsertest.cc

Issue 146843010: Add support for multipage distillation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: components/dom_distiller/content/distiller_page_web_contents_browsertest.cc
diff --git a/components/dom_distiller/content/distiller_page_web_contents_browsertest.cc b/components/dom_distiller/content/distiller_page_web_contents_browsertest.cc
index 42446e2fd3667b11a1c9583c5af21a2f4744257b..c90bd965461e3d845522261db74a1add033948b0 100644
--- a/components/dom_distiller/content/distiller_page_web_contents_browsertest.cc
+++ b/components/dom_distiller/content/distiller_page_web_contents_browsertest.cc
@@ -48,7 +48,8 @@ class DistillerPageWebContentsTest
distiller_page_->ExecuteJavaScript(kScript);
}
- virtual void OnExecuteJavaScriptDone(const base::Value* value) OVERRIDE {
+ virtual void OnExecuteJavaScriptDone(const GURL& page_url,
+ const base::Value* value) OVERRIDE {
value_ = value->DeepCopy();
quit_closure_.Run();
}

Powered by Google App Engine
This is Rietveld 408576698