chromium/components/web_modal/test_web_contents_modal_dialog_manager_delegate.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_manager_delegate.h"

namespace web_modal {

TestWebContentsModalDialogManagerDelegate::
    TestWebContentsModalDialogManagerDelegate()
    :{}

void TestWebContentsModalDialogManagerDelegate::SetWebContentsBlocked(
    content::WebContents* web_contents,
    bool blocked) {}

WebContentsModalDialogHost* TestWebContentsModalDialogManagerDelegate::
    GetWebContentsModalDialogHost() {}

bool TestWebContentsModalDialogManagerDelegate::IsWebContentsVisible(
  content::WebContents* web_contents) {}

}  // namespace web_modal