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

Side by Side Diff: components/constrained_window/constrained_window_views.h

Issue 699553002: MacViews: Add a CreateChromeConstrainedWindowViewsClient stub (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: window->view Created 6 years, 1 month 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
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 COMPONENTS_CONSTRAINED_WINDOW_CONSTRAINED_WINDOW_VIEWS_H_ 5 #ifndef COMPONENTS_CONSTRAINED_WINDOW_CONSTRAINED_WINDOW_VIEWS_H_
6 #define COMPONENTS_CONSTRAINED_WINDOW_CONSTRAINED_WINDOW_VIEWS_H_ 6 #define COMPONENTS_CONSTRAINED_WINDOW_CONSTRAINED_WINDOW_VIEWS_H_
7 7
8 #include "base/memory/scoped_ptr.h" 8 #include "base/memory/scoped_ptr.h"
9 #include "ui/gfx/native_widget_types.h" 9 #include "ui/gfx/native_widget_types.h"
10 10
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 views::WidgetDelegate* dialog, 44 views::WidgetDelegate* dialog,
45 content::WebContents* initiator_web_contents); 45 content::WebContents* initiator_web_contents);
46 46
47 // Create a widget for |dialog| that is modal to |web_contents|. 47 // Create a widget for |dialog| that is modal to |web_contents|.
48 views::Widget* CreateWebModalDialogViews(views::WidgetDelegate* dialog, 48 views::Widget* CreateWebModalDialogViews(views::WidgetDelegate* dialog,
49 content::WebContents* web_contents); 49 content::WebContents* web_contents);
50 50
51 // Create a widget for |dialog| that is modal to the browser window |parent|. 51 // Create a widget for |dialog| that is modal to the browser window |parent|.
52 // This places the dialog appropriately if |parent| is a valid browser window. 52 // This places the dialog appropriately if |parent| is a valid browser window.
53 views::Widget* CreateBrowserModalDialogViews(views::DialogDelegate* dialog, 53 views::Widget* CreateBrowserModalDialogViews(views::DialogDelegate* dialog,
54 gfx::NativeWindow parent); 54 gfx::NativeView parent);
55 55
56 #endif // COMPONENTS_CONSTRAINED_WINDOW_CONSTRAINED_WINDOW_VIEWS_H_ 56 #endif // COMPONENTS_CONSTRAINED_WINDOW_CONSTRAINED_WINDOW_VIEWS_H_
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/constrained_window/constrained_window_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698