Chromium Code Reviews| 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. |