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

Unified Diff: chrome/browser/extensions/api/push_messaging/push_messaging_api.h

Issue 16159002: Remove reference to deprecated notification type (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: chrome/browser/extensions/api/push_messaging/push_messaging_api.h
diff --git a/chrome/browser/extensions/api/push_messaging/push_messaging_api.h b/chrome/browser/extensions/api/push_messaging/push_messaging_api.h
index 76c0005ff9ea91a3f6fa193874b2822efe350faf..0fee1f04df1179af009d459df7fcc714acc70ffa 100644
--- a/chrome/browser/extensions/api/push_messaging/push_messaging_api.h
+++ b/chrome/browser/extensions/api/push_messaging/push_messaging_api.h
@@ -91,7 +91,7 @@ class PushMessagingGetChannelIdFunction
scoped_ptr<ObfuscatedGaiaIdFetcher> fetcher_;
bool interactive_;
- // We use this to register for notifications if the logon attept succeeds.
+ // We use this to register for notifications if the login attempt succeeds.
content::NotificationRegistrar registrar_;
DISALLOW_COPY_AND_ASSIGN(PushMessagingGetChannelIdFunction);
« no previous file with comments | « chrome/browser/background/background_mode_manager.h ('k') | chrome/browser/notifications/sync_notifier/synced_notification.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698