| Index: chrome/browser/ui/cocoa/themed_window.h
|
| diff --git a/chrome/browser/ui/cocoa/themed_window.h b/chrome/browser/ui/cocoa/themed_window.h
|
| index 3d9096806558a2cf87ba9e60fc2f1dd4e0e2c729..7c57d58eac86e99fafe54ed5632f410f7b8ae49b 100644
|
| --- a/chrome/browser/ui/cocoa/themed_window.h
|
| +++ b/chrome/browser/ui/cocoa/themed_window.h
|
| @@ -35,6 +35,12 @@ enum ThemeImageAlignment {
|
| @interface NSWindow (ThemeProvider)
|
| - (const ThemeProvider*)themeProvider;
|
| - (ThemedWindowStyle)themedWindowStyle;
|
| +- (BOOL)inIncognitoMode;
|
| +// Return YES if using the system (i.e. non-custom) theme and Incognito mode.
|
| +- (BOOL)inIncognitoModeWithSystemTheme;
|
| +// Return YES if Incongnito, or a custom theme with a dark toolbar color or
|
| +// light tab text.
|
| +- (BOOL)hasDarkTheme;
|
|
|
| // Returns the position in window coordinates that the top left of a theme
|
| // image with |alignment| should be painted at. The result of this method can
|
|
|