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

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: Address review comments Created 4 years, 5 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..16aca475cb6ff1fd1054afde55ee40fd183a6a8f 100644
--- a/components/gcm_driver/fake_gcm_client.cc
+++ b/components/gcm_driver/fake_gcm_client.cc
@@ -80,6 +80,7 @@ void FakeGCMClient::Initialize(
url_request_context_getter,
std::unique_ptr<Encryptor> encryptor,
Delegate* delegate) {
+ category_for_subtypes_ = chrome_build_info.category_for_subtypes;
delegate_ = delegate;
}

Powered by Google App Engine
This is Rietveld 408576698