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

Unified Diff: chrome/browser/ui/constrained_window_tab_helper_delegate.h

Issue 10933085: Update ConstrainedWindowViews appearance according to mock (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review updates Created 8 years, 3 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/constrained_window_tab_helper_delegate.h
diff --git a/chrome/browser/ui/constrained_window_tab_helper_delegate.h b/chrome/browser/ui/constrained_window_tab_helper_delegate.h
index d671e5f2b95fe700a0cc96caad04bf456debb848..3ffb00788f2617d7d36d0302e2e1dfb4171b4729 100644
--- a/chrome/browser/ui/constrained_window_tab_helper_delegate.h
+++ b/chrome/browser/ui/constrained_window_tab_helper_delegate.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_UI_CONSTRAINED_WINDOW_TAB_HELPER_DELEGATE_H_
class TabContents;
+class BrowserWindow;
class ConstrainedWindowTabHelperDelegate {
public:
@@ -21,6 +22,9 @@ class ConstrainedWindowTabHelperDelegate {
// currently displaying dialog.
virtual void SetTabContentBlocked(TabContents* tab_contents, bool blocked);
+ // Returns the window for this Browser.
+ virtual BrowserWindow* GetBrowserWindow();
+
protected:
virtual ~ConstrainedWindowTabHelperDelegate();
};

Powered by Google App Engine
This is Rietveld 408576698