| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
|
| index 2cc654292153d7ef3d0b9b712ed5a1d5f7156bfd..1e09852e6294cbefd879cb91eeecdd29b53e7fa8 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
|
| @@ -239,12 +239,12 @@ class BookmarkNode;
|
| // http://crbug.com/35967
|
| - (BOOL)isEmpty;
|
|
|
| -// Turn on or off pulsing of a bookmark button.
|
| +// Stick or unstick the pulse of a bookmark button.
|
| // Triggered by the bookmark bubble.
|
| -- (void)setIsContinuousPulsing:(BOOL)flag;
|
| +- (void)setPulseIsStuckOn:(BOOL)flag;
|
|
|
| -// Return continuous pulse state.
|
| -- (BOOL)isContinuousPulsing;
|
| +// Return pulse sticky state.
|
| +- (BOOL)isPulseStuckOn;
|
|
|
| // Return the location in screen coordinates where the remove animation should
|
| // be displayed.
|
|
|