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

Unified Diff: components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc

Issue 1231083007: Expose distiller functions to JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor-content
Patch Set: cl format Created 5 years, 5 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/browser/test/dom_distiller_js_browsertest.cc
diff --git a/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc b/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc
index 44572d2d15d16b6f085ca4d5d4943cc9730913c1..f7ab43c858636ef361ba173e8c1dcc05692aabe1 100644
--- a/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc
+++ b/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc
@@ -108,10 +108,8 @@ IN_PROC_BROWSER_TEST_F(DomDistillerJsTest, RunJsTests) {
WebContentsMainFrameHelper main_frame_loaded(web_contents,
url_loaded_runner.QuitClosure());
web_contents->GetController().LoadURL(
- embedded_test_server()->GetURL(kTestFilePath),
- content::Referrer(),
- ui::PAGE_TRANSITION_TYPED,
- std::string());
+ embedded_test_server()->GetURL(kTestFilePath), content::Referrer(),
+ ui::PAGE_TRANSITION_TYPED, std::string());
url_loaded_runner.Run();
// Execute the JS to run the tests, and wait until it has finished.

Powered by Google App Engine
This is Rietveld 408576698