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

Unified Diff: components/gcm_driver/instance_id/instance_id_driver.h

Issue 2111973002: Add support for GCM subtypes to desktop Instance ID implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iid9push
Patch Set: Remove channel from product_category_for_subtypes, and address nits Created 4 years, 4 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: components/gcm_driver/instance_id/instance_id_driver.h
diff --git a/components/gcm_driver/instance_id/instance_id_driver.h b/components/gcm_driver/instance_id/instance_id_driver.h
index 38e1e6224b93c61c654b6b376b95d055daccb36e..f0ff94242889353db59a1713067c02b52d1e29b4 100644
--- a/components/gcm_driver/instance_id/instance_id_driver.h
+++ b/components/gcm_driver/instance_id/instance_id_driver.h
@@ -30,7 +30,7 @@ class InstanceIDDriver {
virtual ~InstanceIDDriver();
// Returns the InstanceID that provides the Instance ID service for the given
- // application. The lifetime of InstanceID will be managed by this class.
+ // application. The lifetime of the InstanceID will be managed by this class.
InstanceID* GetInstanceID(const std::string& app_id);
// Removes the InstanceID when it is not longer needed, i.e. the app is being
« no previous file with comments | « components/gcm_driver/instance_id/instance_id_android.cc ('k') | components/gcm_driver/instance_id/instance_id_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698