1 // Copyright 2014 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 "chrome/browser/media_galleries/media_galleries_dialog_controller_test_util.h"
7 MockMediaGalleriesDialog::MockMediaGalleriesDialog(
8 const DialogDestroyedCallback
& callback
)
10 dialog_destroyed_callback_(callback
) {
13 MockMediaGalleriesDialog::~MockMediaGalleriesDialog() {
14 dialog_destroyed_callback_
.Run(update_count_
);
17 void MockMediaGalleriesDialog::UpdateGalleries() {
21 int MockMediaGalleriesDialog::update_count() const {
25 void MockMediaGalleriesDialog::AcceptDialogForTesting() {