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

Unified Diff: content/test/test_frame_navigation_observer.cc

Issue 1148953014: Fix the commit type for out-of-process iframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix failing tests Created 5 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
Index: content/test/test_frame_navigation_observer.cc
diff --git a/content/test/test_frame_navigation_observer.cc b/content/test/test_frame_navigation_observer.cc
index c6d151bc2ee2360b4ef2e40d4628d8036d569034..39cfb85e97d70b6481d04199e11bc87626315d8f 100644
--- a/content/test/test_frame_navigation_observer.cc
+++ b/content/test/test_frame_navigation_observer.cc
@@ -58,10 +58,10 @@ void TestFrameNavigationObserver::DidStartProvisionalLoadForFrame(
navigation_started_ = true;
}
-void TestFrameNavigationObserver::DidNavigateAnyFrame(
+void TestFrameNavigationObserver::DidCommitProvisionalLoadForFrame(
RenderFrameHost* render_frame_host,
- const LoadCommittedDetails& details,
- const FrameNavigateParams& params) {
+ const GURL& url,
+ ui::PageTransition transition_type) {
if (!navigation_started_)
return;

Powered by Google App Engine
This is Rietveld 408576698