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

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: Browser test fixes Created 8 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 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 1216a364fa3c884439aba57d749069698f43c353..7d634470457a923eb58d9b554054fec34558699b 100644
--- a/chrome/browser/ui/constrained_window_tab_helper_delegate.h
+++ b/chrome/browser/ui/constrained_window_tab_helper_delegate.h
@@ -8,6 +8,7 @@
namespace content {
class WebContents;
}
+class BrowserWindow;
class ConstrainedWindowTabHelperDelegate {
public:
@@ -21,6 +22,9 @@ class ConstrainedWindowTabHelperDelegate {
virtual void SetTabContentBlocked(content::WebContents* web_contents,
bool blocked);
+ // Returns the window for this Browser.
+ virtual BrowserWindow* GetBrowserWindow();
+
protected:
virtual ~ConstrainedWindowTabHelperDelegate();
};

Powered by Google App Engine
This is Rietveld 408576698