chromium/components/web_modal/test_web_contents_modal_dialog_host.cc

// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/web_modal/test_web_contents_modal_dialog_host.h"

#include "ui/gfx/geometry/point.h"

namespace web_modal {

TestWebContentsModalDialogHost::TestWebContentsModalDialogHost(
    gfx::NativeView host_view)
    :{}

TestWebContentsModalDialogHost::~TestWebContentsModalDialogHost() {}

gfx::Size TestWebContentsModalDialogHost::GetMaximumDialogSize() {}

gfx::NativeView TestWebContentsModalDialogHost::GetHostView() const {}

gfx::Point TestWebContentsModalDialogHost::GetDialogPosition(
    const gfx::Size& size) {}

void TestWebContentsModalDialogHost::AddObserver(
    ModalDialogHostObserver* observer) {}

void TestWebContentsModalDialogHost::RemoveObserver(
    ModalDialogHostObserver* observer) {}

}  // namespace web_modal