Chromium Code Reviews| Index: chrome/browser/extensions/app_notification_manager.h |
| diff --git a/chrome/browser/extensions/app_notification_manager.h b/chrome/browser/extensions/app_notification_manager.h |
| index 90b92535781826e4cc1e6ceec9d65471aef4b82b..7cc2e496490bc6e2f2f05cee68cc058dd6174988 100644 |
| --- a/chrome/browser/extensions/app_notification_manager.h |
| +++ b/chrome/browser/extensions/app_notification_manager.h |
| @@ -126,7 +126,7 @@ class AppNotificationManager |
| void DeleteOnFileThread(const std::string& extension_id); |
| - // Gets notficiations for a given extension id. |
| + // Gets notificiations for a given extension id. |
|
Yoyo Zhou
2012/05/15 00:38:04
nit: Still not spelled right. =)
beaudoin
2012/05/16 16:56:16
LOL! :)
Done.
|
| AppNotificationList& GetAllInternal(const std::string& extension_id); |
| // Removes the notification with given extension id and given guid. |