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

Unified Diff: content/test/render_view_test.h

Issue 10408089: Update RenderViewTest::LoadHTML documentation, and remove spurious commits. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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
« no previous file with comments | « chrome/renderer/translate_helper_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/render_view_test.h
diff --git a/content/test/render_view_test.h b/content/test/render_view_test.h
index 204356b97c19baa2d145d16f5d0b896e9e66371c..fabf90fd2986369c5b8b63ccf633d4d829cf6883 100644
--- a/content/test/render_view_test.h
+++ b/content/test/render_view_test.h
@@ -71,7 +71,7 @@ class RenderViewTest : public testing::Test {
// false otherwise.
bool ExecuteJavaScriptAndReturnIntValue(const string16& script, int* result);
- // Loads the given HTML into the main frame as a data: URL.
+ // Loads the given HTML into the main frame as a data: URL and commits.
jochen (gone - plz use gerrit) 2012/05/24 14:36:03 what about " and blocks until the navigation is co
gavinp 2012/05/24 18:12:26 Done.
void LoadHTML(const char* html);
// Navigates the main frame back or forward in session history and commits.
« no previous file with comments | « chrome/renderer/translate_helper_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698