Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3502)

Unified Diff: chrome/browser/ui/views/modal_dialog_delegate.h

Issue 5869001: Remove unused ModalDialogDelegate class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/views/modal_dialog_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/modal_dialog_delegate.h
diff --git a/chrome/browser/ui/views/modal_dialog_delegate.h b/chrome/browser/ui/views/modal_dialog_delegate.h
deleted file mode 100644
index d03efc76aee1a4bd32a41d4ac2ab4b0dbb79ff35..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/views/modal_dialog_delegate.h
+++ /dev/null
@@ -1,31 +0,0 @@
-// Copyright (c) 2010 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_BROWSER_UI_VIEWS_MODAL_DIALOG_DELEGATE_H_
-#define CHROME_BROWSER_UI_VIEWS_MODAL_DIALOG_DELEGATE_H_
-#pragma once
-
-#include "views/window/dialog_delegate.h"
-
-namespace views {
-class Window;
-}
-
-class ModalDialogDelegate : public views::DialogDelegate {
- public:
- virtual ~ModalDialogDelegate() {}
- // Methods called from AppModalDialog.
- virtual gfx::NativeWindow GetDialogRootWindow() = 0;
- virtual void ShowModalDialog();
- virtual void ActivateModalDialog();
- virtual void CloseModalDialog();
- protected:
- ModalDialogDelegate();
-
- // The dialog if it is currently visible.
- views::Window* dialog_;
-};
-
-#endif // CHROME_BROWSER_UI_VIEWS_MODAL_DIALOG_DELEGATE_H_
-
« no previous file with comments | « no previous file | chrome/browser/ui/views/modal_dialog_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698