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

Unified Diff: content/test/test_render_frame_host.h

Issue 497183003: Fix DisownOpener and related tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add same-site opener test. 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.h
diff --git a/content/test/test_render_frame_host.h b/content/test/test_render_frame_host.h
index eeea620eace242406246228cd6d6c5091e72ae9b..ec6be4dc7fa4e9bf2266467497a2e4ee3b3fa712 100644
--- a/content/test/test_render_frame_host.h
+++ b/content/test/test_render_frame_host.h
@@ -83,6 +83,8 @@ class TestRenderFrameHost : public RenderFrameHostImpl,
const std::vector<GURL>& redirects);
void SendBeginNavigationWithURL(const GURL& url);
+ void DidDisownOpener();
+
void set_contents_mime_type(const std::string& mime_type) {
contents_mime_type_ = mime_type;
}

Powered by Google App Engine
This is Rietveld 408576698