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

Side by Side Diff: ui/web_dialogs/constrained_web_dialog_ui.h

Issue 10528002: TabContentsWrapper -> TabContents, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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
« no previous file with comments | « chrome/test/base/ui_test_utils.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 UI_WEB_DIALOGS_CONSTRAINED_WEB_DIALOG_UI_H_ 5 #ifndef UI_WEB_DIALOGS_CONSTRAINED_WEB_DIALOG_UI_H_
6 #define UI_WEB_DIALOGS_CONSTRAINED_WEB_DIALOG_UI_H_ 6 #define UI_WEB_DIALOGS_CONSTRAINED_WEB_DIALOG_UI_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "content/public/browser/web_ui_controller.h" 10 #include "content/public/browser/web_ui_controller.h"
11 #include "ui/web_dialogs/web_dialogs_export.h" 11 #include "ui/web_dialogs/web_dialogs_export.h"
12 12
13 class ConstrainedWindow; 13 class ConstrainedWindow;
14 class Profile; 14 class Profile;
15 class TabContentsWrapper; 15 class TabContents;
16 typedef TabContents TabContentsWrapper;
16 class WebDialogWebContentsDelegate; 17 class WebDialogWebContentsDelegate;
17 18
18 namespace base { 19 namespace base {
19 template<class T> class PropertyAccessor; 20 template<class T> class PropertyAccessor;
20 } 21 }
21 22
22 namespace content { 23 namespace content {
23 class RenderViewHost; 24 class RenderViewHost;
24 } 25 }
25 26
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 // |overshadowed| is the tab being overshadowed by the dialog. 98 // |overshadowed| is the tab being overshadowed by the dialog.
98 ConstrainedWebDialogDelegate* CreateConstrainedWebDialog( 99 ConstrainedWebDialogDelegate* CreateConstrainedWebDialog(
99 Profile* profile, 100 Profile* profile,
100 WebDialogDelegate* delegate, 101 WebDialogDelegate* delegate,
101 WebDialogWebContentsDelegate* tab_delegate, 102 WebDialogWebContentsDelegate* tab_delegate,
102 TabContentsWrapper* overshadowed); 103 TabContentsWrapper* overshadowed);
103 104
104 } // namespace ui 105 } // namespace ui
105 106
106 #endif // UI_WEB_DIALOGS_CONSTRAINED_WEB_DIALOG_UI_H_ 107 #endif // UI_WEB_DIALOGS_CONSTRAINED_WEB_DIALOG_UI_H_
OLDNEW
« no previous file with comments | « chrome/test/base/ui_test_utils.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698