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

Unified Diff: chrome/browser/extensions/app_notification_manager.h

Issue 10391034: Scaffolding for an experimental discovery API letting users inject links in the recommended pane of… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Answered review comments from PatchSet 4. Created 8 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
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 21d0ff3c269c2573f25581174fab661f492511f9..f85f3abc65d50d7b2a8e22b8556ea4a912f28e7c 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 notifications for a given extension id.
AppNotificationList& GetAllInternal(const std::string& extension_id);
// Removes the notification with given extension id and given guid.

Powered by Google App Engine
This is Rietveld 408576698