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

Side by Side Diff: chrome/browser/views/browser_dialogs.h

Issue 273017: Move native_widget_types and gtk_native_view_id_manager from base/gfx to... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_VIEWS_BROWSER_DIALOGS_H_ 5 #ifndef CHROME_BROWSER_VIEWS_BROWSER_DIALOGS_H_
6 #define CHROME_BROWSER_VIEWS_BROWSER_DIALOGS_H_ 6 #define CHROME_BROWSER_VIEWS_BROWSER_DIALOGS_H_
7 7
8 #include "base/gfx/native_widget_types.h" 8 #include "app/gfx/native_widget_types.h"
9 9
10 // This file contains functions for running a variety of browser dialogs and 10 // This file contains functions for running a variety of browser dialogs and
11 // popups. The dialogs here are the ones that the caller does not need to 11 // popups. The dialogs here are the ones that the caller does not need to
12 // access the class of the popup. It allows us to break dependencies by 12 // access the class of the popup. It allows us to break dependencies by
13 // allowing the callers to not depend on the classes implementing the dialogs. 13 // allowing the callers to not depend on the classes implementing the dialogs.
14 14
15 class Browser; 15 class Browser;
16 class BrowserView; 16 class BrowserView;
17 class EditSearchEngineControllerDelegate; 17 class EditSearchEngineControllerDelegate;
18 class FindBar; 18 class FindBar;
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 EditSearchEngineControllerDelegate* delegate, 97 EditSearchEngineControllerDelegate* delegate,
98 Profile* profile); 98 Profile* profile);
99 99
100 // Shows the repost form confirmation dialog box. 100 // Shows the repost form confirmation dialog box.
101 void ShowRepostFormWarningDialog(gfx::NativeWindow parent_window, 101 void ShowRepostFormWarningDialog(gfx::NativeWindow parent_window,
102 TabContents* tab_contents); 102 TabContents* tab_contents);
103 103
104 } // namespace browser 104 } // namespace browser
105 105
106 #endif // CHROME_BROWSER_VIEWS_BROWSER_DIALOGS_H_ 106 #endif // CHROME_BROWSER_VIEWS_BROWSER_DIALOGS_H_
OLDNEW
« no previous file with comments | « chrome/browser/views/bookmark_menu_controller_views.h ('k') | chrome/browser/views/confirm_message_box_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698