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

Unified Diff: chrome/browser/cocoa/bookmark_bubble_controller.h

Issue 2805099: Pulse new bookmarks (as triggered by bookmark bubble). If not possible, ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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/cocoa/bookmark_bubble_controller.h
===================================================================
--- chrome/browser/cocoa/bookmark_bubble_controller.h (revision 53704)
+++ chrome/browser/cocoa/bookmark_bubble_controller.h (working copy)
@@ -26,6 +26,9 @@
BookmarkModel* model_; // weak
const BookmarkNode* node_; // weak
+ // The bookmark node whose button we asked to pulse.
+ const BookmarkNode* pulsingBookmarkNode_; // weak
+
BOOL alreadyBookmarked_;
// Ping me when the bookmark model changes out from under us.
« no previous file with comments | « chrome/browser/cocoa/bookmark_bar_controller_unittest.mm ('k') | chrome/browser/cocoa/bookmark_bubble_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698