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

Unified Diff: content/test/test_web_contents.h

Issue 2821473002: Service CreateNewWindow on the UI thread with a new mojo interface (Closed)
Patch Set: dcheng fixes + security exploit browsertest nerfing Created 3 years, 8 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 f7d3b0a97d0d608338c069ea0ad8bc903d13cc28..b3de3c88accb4daf0600cdcb6728867099ca86f9 100644
--- a/content/test/test_web_contents.h
+++ b/content/test/test_web_contents.h
@@ -144,6 +144,7 @@ class TestWebContents : public WebContentsImpl, public WebContentsTester {
// WebContentsImpl overrides
void CreateNewWindow(
SiteInstance* source_site_instance,
+ RenderFrameHost* opener,
int32_t route_id,
int32_t main_frame_route_id,
int32_t main_frame_widget_route_id,

Powered by Google App Engine
This is Rietveld 408576698