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

Unified Diff: components/gcm_driver/fake_gcm_client.cc

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: Fix thestig nits and Chrome OS compile 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/fake_gcm_client.cc
diff --git a/components/gcm_driver/fake_gcm_client.cc b/components/gcm_driver/fake_gcm_client.cc
index 8c6ec7c91227ed88f9fd56513f2c6d027cc64d66..eaa66c894d182fea831ea919e8b275cdc9edd992 100644
--- a/components/gcm_driver/fake_gcm_client.cc
+++ b/components/gcm_driver/fake_gcm_client.cc
@@ -80,6 +80,8 @@ void FakeGCMClient::Initialize(
url_request_context_getter,
std::unique_ptr<Encryptor> encryptor,
Delegate* delegate) {
+ product_category_for_subtypes_ =
+ chrome_build_info.product_category_for_subtypes;
delegate_ = delegate;
}

Powered by Google App Engine
This is Rietveld 408576698