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

Unified Diff: components/gcm_driver/registration_info.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
« no previous file with comments | « components/gcm_driver/instance_id/instance_id_impl.cc ('k') | components/gcm_driver/registration_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver/registration_info.h
diff --git a/components/gcm_driver/registration_info.h b/components/gcm_driver/registration_info.h
index b9ba0a1b038c78f32ef11219796ef64f7eff4490..aef7ade0320ce702232dd3b5c26de9db5624e064 100644
--- a/components/gcm_driver/registration_info.h
+++ b/components/gcm_driver/registration_info.h
@@ -105,7 +105,8 @@ struct InstanceIDTokenInfo : public RegistrationInfo {
std::string scope;
// Allows including a small number of string key/value pairs that will be
- // associated with the token and may be used in processing the request.
+ // associated with the token and may be used in processing the request. These
+ // are not serialized/deserialized.
std::map<std::string, std::string> options;
};
« no previous file with comments | « components/gcm_driver/instance_id/instance_id_impl.cc ('k') | components/gcm_driver/registration_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698