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

Unified Diff: content/test/test_tab_contents_view.cc

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/test_tab_contents_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_tab_contents_view.cc
diff --git a/content/test/test_tab_contents_view.cc b/content/test/test_tab_contents_view.cc
index 25ddcec12c53339c1c243a5334869e4c07657b1d..17b6e6c10682c25d3ee3243c7f75d7c6fd63c841 100644
--- a/content/test/test_tab_contents_view.cc
+++ b/content/test/test_tab_contents_view.cc
@@ -12,7 +12,8 @@ TestTabContentsView::~TestTabContentsView() {
void TestTabContentsView::CreateNewWindow(
int route_id,
- const ViewHostMsg_CreateWindow_Params& params) {
+ const ViewHostMsg_CreateWindow_Params& params,
+ content::ContentFrame* opener) {
}
void TestTabContentsView::CreateNewWidget(int route_id,
« no previous file with comments | « content/test/test_tab_contents_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698