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

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

Issue 14862004: Fix null pointer bug, add better logging to see why pointer is sometimes null. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 8 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 3c9c803bcd083c91ed8327cdec560aee72847999..e1709e8ad98cb83a71c7d50b739f1af4ba54309a 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);

Powered by Google App Engine
This is Rietveld 408576698