| Index: chrome/browser/ui/cocoa/presentation_mode_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/presentation_mode_controller.h b/chrome/browser/ui/cocoa/presentation_mode_controller.h
|
| index 0446ce1b355c295fd34feedb88b17be4c99f6a2f..3ee4319856b31db699e64682967b9519a996f4ea 100644
|
| --- a/chrome/browser/ui/cocoa/presentation_mode_controller.h
|
| +++ b/chrome/browser/ui/cocoa/presentation_mode_controller.h
|
| @@ -142,8 +142,8 @@ enum SlidingStyle {
|
| // Ranges from 0 to -22.
|
| - (CGFloat)menubarOffset;
|
|
|
| -// Returns true if the window is on the active space.
|
| -- (BOOL)isOnActiveSpace;
|
| +// Returns true if the window is the main window.
|
| +- (BOOL)isMainWindow;
|
|
|
| @end
|
|
|
|
|