| Index: chrome/views/window/app_modal_dialog_delegate.h
|
| diff --git a/chrome/views/window/app_modal_dialog_delegate.h b/chrome/views/window/app_modal_dialog_delegate.h
|
| deleted file mode 100644
|
| index 6ccfc288c2ac4fb54fb63c01614207668c135893..0000000000000000000000000000000000000000
|
| --- a/chrome/views/window/app_modal_dialog_delegate.h
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef CHROME_VIEWS_WINDOW_APP_MODAL_DIALOG_DELEGATE_H_
|
| -#define CHROME_VIEWS_WINDOW_APP_MODAL_DIALOG_DELEGATE_H_
|
| -
|
| -#include "chrome/views/window/dialog_delegate.h"
|
| -
|
| -namespace views {
|
| -
|
| -// Pure virtual interface for a window which is app modal.
|
| -class AppModalDialogDelegate : public DialogDelegate {
|
| - public:
|
| - // Called by the app modal window queue when it is time to show this window.
|
| - virtual void ShowModalDialog() = 0;
|
| -
|
| - // Called by the app modal window queue to activate the window.
|
| - virtual void ActivateModalDialog() = 0;
|
| -};
|
| -
|
| -} // namespace views
|
| -
|
| -#endif // #ifndef CHROME_VIEWS_WINDOW_APP_MODAL_DIALOG_DELEGATE_H_
|
|
|