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

Unified Diff: chrome/browser/ui/views/frame/browser_view_layout.h

Issue 14969012: components: Create web_modal component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix-gtk-build Created 7 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/frame/browser_view_layout.h
diff --git a/chrome/browser/ui/views/frame/browser_view_layout.h b/chrome/browser/ui/views/frame/browser_view_layout.h
index f05b7b3099d83aa96a1bdf60abda347a7b8f3bed..1310cbb215010177264e4021f5445e6ea68fe4b8 100644
--- a/chrome/browser/ui/views/frame/browser_view_layout.h
+++ b/chrome/browser/ui/views/frame/browser_view_layout.h
@@ -21,7 +21,6 @@ class InfoBarContainerView;
class TabContentsContainer;
class TabStrip;
class ToolbarView;
-class WebContentsModalDialogHost;
namespace gfx {
class Point;
@@ -32,6 +31,10 @@ namespace views {
class SingleSplitView;
}
+namespace web_modal {
+class WebContentsModalDialogHost;
+}
+
// The layout manager used in chrome browser.
class BrowserViewLayout : public views::LayoutManager {
public:
@@ -56,7 +59,7 @@ class BrowserViewLayout : public views::LayoutManager {
download_shelf_ = download_shelf;
}
- WebContentsModalDialogHost* GetWebContentsModalDialogHost();
+ web_modal::WebContentsModalDialogHost* GetWebContentsModalDialogHost();
// Returns the minimum size of the browser view.
gfx::Size GetMinimumSize();

Powered by Google App Engine
This is Rietveld 408576698