diff options
Diffstat (limited to 'chrome/browser/cocoa/bookmark_button.h')
-rw-r--r-- | chrome/browser/cocoa/bookmark_button.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/bookmark_button.h b/chrome/browser/cocoa/bookmark_button.h index 336f356..cb62053 100644 --- a/chrome/browser/cocoa/bookmark_button.h +++ b/chrome/browser/cocoa/bookmark_button.h @@ -35,6 +35,9 @@ class ThemeProvider; // mode on the NTP. - (BOOL)dragShouldLockBarVisibility; +// Returns the top-level window for this button. +- (NSWindow*)browserWindow; + @end |