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

Unified Diff: chrome/browser/cocoa/tab_window_controller.h

Issue 151135: Pop-up chrome.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 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/cocoa/tab_window_controller.h
===================================================================
--- chrome/browser/cocoa/tab_window_controller.h (revision 19669)
+++ chrome/browser/cocoa/tab_window_controller.h (working copy)
@@ -86,6 +86,12 @@
// The title of the selected tab.
- (NSString*)selectedTabTitle;
+// Called to check if we are a normal window (e.g. not a pop-up) and
+// want normal behavior (e.g. a tab strip). Return YES if so. The
+// default implementation returns YES.
+- (BOOL)isNormalWindow;
pink (ping after 24hrs) 2009/07/01 12:53:00 javascript has a full set of window chrome flags t
John Grabowski 2009/07/02 20:28:25 The answer is both. POPUP windows (not normal) on
+
+
@end
@interface TabWindowController(ProtectedMethods)

Powered by Google App Engine
This is Rietveld 408576698