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

Unified Diff: chrome/browser/cocoa/extensions/browser_action_button.h

Issue 2762014: Mac: clang build (Closed)
Patch Set: more Created 10 years, 6 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/extensions/browser_action_button.h
diff --git a/chrome/browser/cocoa/extensions/browser_action_button.h b/chrome/browser/cocoa/extensions/browser_action_button.h
index 62722b2b9d95c738cec7780944dc0c34457c23b5..12b166c6b7f2c08a7176e1be910956a2af653969 100644
--- a/chrome/browser/cocoa/extensions/browser_action_button.h
+++ b/chrome/browser/cocoa/extensions/browser_action_button.h
@@ -18,12 +18,12 @@ class Profile;
// Fired when the Browser Action's state has changed. Usually the image needs to
// be updated.
-extern const NSString* kBrowserActionButtonUpdatedNotification;
+extern NSString* kBrowserActionButtonUpdatedNotification;
// Fired on each drag event while the user is moving the button.
-extern const NSString* kBrowserActionButtonDraggingNotification;
+extern NSString* kBrowserActionButtonDraggingNotification;
// Fired when the user drops the button.
-extern const NSString* kBrowserActionButtonDragEndNotification;
+extern NSString* kBrowserActionButtonDragEndNotification;
extern const CGFloat kBrowserActionWidth;
@@ -40,7 +40,7 @@ extern const CGFloat kBrowserActionWidth;
scoped_nsobject<NSImage> tabSpecificIcon_;
// Used to move the button and query whether a button is currently animating.
- scoped_nsobject<NSAnimation> moveAnimation_;
+ scoped_nsobject<NSViewAnimation> moveAnimation_;
// The extension for this button. Weak.
Extension* extension_;
« no previous file with comments | « chrome/browser/cocoa/download_started_animation_mac.mm ('k') | chrome/browser/cocoa/extensions/browser_action_button.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698