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

Unified Diff: content/test/test_render_frame_host.cc

Issue 497183003: Fix DisownOpener and related tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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_render_frame_host.cc
diff --git a/content/test/test_render_frame_host.cc b/content/test/test_render_frame_host.cc
index 449b886a932ec0e440d52774c02381851b0a9077..eabbbda41167f6f4a3ca65e322085aaf5c72acd0 100644
--- a/content/test/test_render_frame_host.cc
+++ b/content/test/test_render_frame_host.cc
@@ -179,4 +179,8 @@ void TestRenderFrameHost::SendBeginNavigationWithURL(const GURL& url) {
OnBeginNavigation(params);
}
+void TestRenderFrameHost::DidDisownOpener() {
+ OnDidDisownOpener();
+}
+
} // namespace content
« content/browser/web_contents/web_contents_impl.cc ('K') | « content/test/test_render_frame_host.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698