summaryrefslogtreecommitdiffstats
path: root/chrome/views
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views')
-rw-r--r--chrome/views/app_modal_dialog_delegate.h25
-rw-r--r--chrome/views/views.vcproj4
2 files changed, 0 insertions, 29 deletions
diff --git a/chrome/views/app_modal_dialog_delegate.h b/chrome/views/app_modal_dialog_delegate.h
deleted file mode 100644
index b8fefb4..0000000
--- a/chrome/views/app_modal_dialog_delegate.h
+++ /dev/null
@@ -1,25 +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_APP_MODAL_DIALOG_DELEGATE_H__
-#define CHROME_VIEWS_APP_MODAL_DIALOG_DELEGATE_H__
-
-#include "chrome/views/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_APP_MODAL_DIALOG_DELEGATE_H__
-
diff --git a/chrome/views/views.vcproj b/chrome/views/views.vcproj
index 9656303..845f0eb 100644
--- a/chrome/views/views.vcproj
+++ b/chrome/views/views.vcproj
@@ -166,10 +166,6 @@
>
</File>
<File
- RelativePath=".\app_modal_dialog_delegate.h"
- >
- </File>
- <File
RelativePath=".\background.cc"
>
</File>