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

Unified Diff: content/public/test/render_view_test.h

Issue 1257603003: Revert of Add ExecuteJavaScriptForTest and make all tests use it (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: content/public/test/render_view_test.h
diff --git a/content/public/test/render_view_test.h b/content/public/test/render_view_test.h
index ba225d55c590572e95639daef8c73a9c92d004a3..36ca0be4943546e995869e332d6c10dce154eea1 100644
--- a/content/public/test/render_view_test.h
+++ b/content/public/test/render_view_test.h
@@ -73,7 +73,7 @@
// Executes the given JavaScript in the context of the main frame. The input
// is a NULL-terminated UTF-8 string.
- void ExecuteJavaScriptForTests(const char* js);
+ void ExecuteJavaScript(const char* js);
// Executes the given JavaScript and sets the int value it evaluates to in
// |result|.

Powered by Google App Engine
This is Rietveld 408576698