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

Unified Diff: ui/message_center/message_center.h

Issue 14735009: mac: Minor tweaks to notifications code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tweak text metrics Created 7 years, 7 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
« no previous file with comments | « ui/message_center/cocoa/popup_collection.mm ('k') | ui/message_center/message_center_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/message_center.h
diff --git a/ui/message_center/message_center.h b/ui/message_center/message_center.h
index 654e766a5d07ffefb9f38fdbf5c5f1121fd42b9b..d971a30b52e5b747ca439532d71890b81ed7deb7 100644
--- a/ui/message_center/message_center.h
+++ b/ui/message_center/message_center.h
@@ -122,7 +122,7 @@ class MESSAGE_CENTER_EXPORT MessageCenter {
virtual void SetNotificationImage(const std::string& notification_id,
const gfx::Image& image) = 0;
- // Sets the image for the icon of the specific aaction button.
+ // Sets the image for the icon of the specific action button.
virtual void SetNotificationButtonIcon(const std::string& notification_id,
int button_index,
const gfx::Image& image) = 0;
« no previous file with comments | « ui/message_center/cocoa/popup_collection.mm ('k') | ui/message_center/message_center_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698