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

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

Issue 7890056: FullscreenExitBubble temp UI for Mac. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: ready for review Created 9 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/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 00f644074f9a84ccbdbb0e5203827f63393130ce..ece6b8a29156dca0f2fc9693b870d12d158812c9 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -839,6 +839,8 @@ class Browser : public TabHandlerDelegate,
bool is_app() const;
bool is_devtools() const;
+ bool is_fullscreen_for_tab() const { return !!fullscreened_tab_; }
Nico 2011/09/15 04:37:32 `return fullscreened_tab_ != NULL;` please Also,
jeremya 2011/09/15 06:33:28 Done.
+
protected:
// Wrapper for the factory method in BrowserWindow. This allows subclasses to
// set their own window.

Powered by Google App Engine
This is Rietveld 408576698