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

Side by Side Diff: ui/web_dialogs/test/test_web_contents_handler.cc

Issue 889403004: Rename initial_pos to initial_rect in ShowWidget and ShowView IPCs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 10 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 unified diff | Download patch
« no previous file with comments | « ui/web_dialogs/test/test_web_contents_handler.h ('k') | ui/web_dialogs/web_dialog_delegate.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ui/web_dialogs/test/test_web_contents_handler.h" 5 #include "ui/web_dialogs/test/test_web_contents_handler.h"
6 6
7 namespace ui { 7 namespace ui {
8 namespace test { 8 namespace test {
9 9
10 TestWebContentsHandler::TestWebContentsHandler() { 10 TestWebContentsHandler::TestWebContentsHandler() {
11 } 11 }
12 12
13 TestWebContentsHandler::~TestWebContentsHandler() { 13 TestWebContentsHandler::~TestWebContentsHandler() {
14 } 14 }
15 15
16 content::WebContents* TestWebContentsHandler::OpenURLFromTab( 16 content::WebContents* TestWebContentsHandler::OpenURLFromTab(
17 content::BrowserContext* context, 17 content::BrowserContext* context,
18 content::WebContents* source, 18 content::WebContents* source,
19 const content::OpenURLParams& params) { 19 const content::OpenURLParams& params) {
20 return NULL; 20 return NULL;
21 } 21 }
22 22
23 void TestWebContentsHandler::AddNewContents(content::BrowserContext* context, 23 void TestWebContentsHandler::AddNewContents(content::BrowserContext* context,
24 content::WebContents* source, 24 content::WebContents* source,
25 content::WebContents* new_contents, 25 content::WebContents* new_contents,
26 WindowOpenDisposition disposition, 26 WindowOpenDisposition disposition,
27 const gfx::Rect& initial_pos, 27 const gfx::Rect& initial_rect,
28 bool user_gesture) { 28 bool user_gesture) {
29 } 29 }
30 30
31 } // namespace test 31 } // namespace test
32 } // namespace ui 32 } // namespace ui
OLDNEW
« no previous file with comments | « ui/web_dialogs/test/test_web_contents_handler.h ('k') | ui/web_dialogs/web_dialog_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698