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

Unified Diff: content/test/test_web_contents.h

Issue 185993008: Moving DidFinishLoad from RenderView to RenderFrame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix for failing SitePerProcessNavigation test. Created 6 years, 10 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/test/test_web_contents.h
diff --git a/content/test/test_web_contents.h b/content/test/test_web_contents.h
index 78f85fccdb6b060a9dcd816e0360509e407e0775..18b70138cefa55f098db572033e9d91a7f1a56d0 100644
--- a/content/test/test_web_contents.h
+++ b/content/test/test_web_contents.h
@@ -94,7 +94,7 @@ class TestWebContents : public WebContentsImpl, public WebContentsTester {
int history_length,
int32 min_page_id) OVERRIDE;
- void TestDidFinishLoad(int64 frame_id, const GURL& url, bool is_main_frame);
+ void TestDidFinishLoad(const GURL& url, bool is_main_frame);
void TestDidFailLoadWithError(const GURL& url,
bool is_main_frame,
int error_code,

Powered by Google App Engine
This is Rietveld 408576698