Roll src/third_party/WebKit d9c6159:8139f33 (svn 201974:201975)
[chromium-blink-merge.git] / ui / web_dialogs / test / test_web_contents_handler.cc
blob7f8e5e5416d01f4c22db1a4e5470cfaef4bcc681
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
3 // found in the LICENSE file.
5 #include "ui/web_dialogs/test/test_web_contents_handler.h"
7 namespace ui {
8 namespace test {
10 TestWebContentsHandler::TestWebContentsHandler() {
13 TestWebContentsHandler::~TestWebContentsHandler() {
16 content::WebContents* TestWebContentsHandler::OpenURLFromTab(
17 content::BrowserContext* context,
18 content::WebContents* source,
19 const content::OpenURLParams& params) {
20 return NULL;
23 void TestWebContentsHandler::AddNewContents(content::BrowserContext* context,
24 content::WebContents* source,
25 content::WebContents* new_contents,
26 WindowOpenDisposition disposition,
27 const gfx::Rect& initial_rect,
28 bool user_gesture) {
31 } // namespace test
32 } // namespace ui