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

Unified Diff: chrome/browser/ui/browser.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
« no previous file with comments | « no previous file | chrome/browser/ui/browser.cc » ('j') | ui/views/controls/button/text_button.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index ba0acbb61a64066683199a2b80bbfce58036d2e9..c07215a8dc6bc0ba5dffe73993f56372b4242aac 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -661,6 +661,7 @@ class Browser : public TabStripModelObserver,
// Overridden from ConstrainedWindowTabHelperDelegate:
virtual void SetTabContentBlocked(content::WebContents* web_contents,
bool blocked) OVERRIDE;
+ virtual BrowserWindow* GetBrowserWindow() OVERRIDE;
// Overridden from BlockedContentTabHelperDelegate:
virtual content::WebContents* GetConstrainingWebContents(
« no previous file with comments | « no previous file | chrome/browser/ui/browser.cc » ('j') | ui/views/controls/button/text_button.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698