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

Unified Diff: content/test/test_web_contents.h

Issue 2821473002: Service CreateNewWindow on the UI thread with a new mojo interface (Closed)
Patch Set: MakeShared goodness 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..45b6dc1929d26f62c38633495fd18abda24a3d2f 100644
--- a/content/test/test_web_contents.h
+++ b/content/test/test_web_contents.h
@@ -143,7 +143,7 @@ class TestWebContents : public WebContentsImpl, public WebContentsTester {
private:
// 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