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

Unified Diff: content/test/test_tab_contents_view.h

Issue 8760024: Cross-process postMessage (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Current checkpoint Created 9 years 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
« no previous file with comments | « content/test/render_view_test.cc ('k') | content/test/test_tab_contents_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_tab_contents_view.h
diff --git a/content/test/test_tab_contents_view.h b/content/test/test_tab_contents_view.h
index 04c1b10aab4a2f156eaac23df9828afd2e5a4ce5..4d05cdc25d17f44fb7dcaf8beeba3d6b203835bf 100644
--- a/content/test/test_tab_contents_view.h
+++ b/content/test/test_tab_contents_view.h
@@ -17,7 +17,8 @@ class TestTabContentsView : public TabContentsView {
// RenderViewHostDelegate::View:
virtual void CreateNewWindow(
int route_id,
- const ViewHostMsg_CreateWindow_Params& params) OVERRIDE;
+ const ViewHostMsg_CreateWindow_Params& params,
+ content::ContentFrame* opener) OVERRIDE;
virtual void CreateNewWidget(int route_id,
WebKit::WebPopupType popup_type) OVERRIDE;
virtual void CreateNewFullscreenWidget(int route_id) OVERRIDE;
« no previous file with comments | « content/test/render_view_test.cc ('k') | content/test/test_tab_contents_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698