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

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

Issue 1308293002: [Mac] Refactor bookmark pulsing into BookmarkBubbleObserverCocoa. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bookmarkeditor
Patch Set: Address comments. Update unit_tests. Created 5 years, 4 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.mm
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_button.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_button.mm
index 2dd4798ca2cc2787c282291401c3df2f506d4a42..bb689e5d4f5d82c47e4a17dac17b922fa5641bf4 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_button.mm
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_button.mm
@@ -24,15 +24,6 @@ using bookmarks::BookmarkNode;
// The opacity of the bookmark button drag image.
static const CGFloat kDragImageOpacity = 0.7;
-namespace bookmark_button {
-
-NSString* const kPulseBookmarkButtonNotification =
- @"PulseBookmarkButtonNotification";
-NSString* const kBookmarkKey = @"BookmarkKey";
-NSString* const kBookmarkPulseFlagKey = @"BookmarkPulseFlagKey";
-
-};
-
namespace {
// We need a class variable to track the current dragged button to enable
// proper live animated dragging behavior, and can't do it in the

Powered by Google App Engine
This is Rietveld 408576698