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

Unified Diff: chrome/browser/ui/cocoa/bookmarks/bookmark_button.h

Issue 2407343002: cocoa browser: fix meaning of "continuous pulsing" (Closed)
Patch Set: setIsContinuousPulsing -> setPulseIsStuckOn Created 4 years, 2 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/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.

Powered by Google App Engine
This is Rietveld 408576698