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

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

Issue 2847923002: [Chromecast] Add method to CastCdm for the session expiration updating. (Closed)
Patch Set: Add InstanceIDFactory class to help with testing. Created 3 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/instance_id/instance_id.h
diff --git a/components/gcm_driver/instance_id/instance_id.h b/components/gcm_driver/instance_id/instance_id.h
index 1e6c120d202fe3a082149ce9753c7d662ea86647..9e8e9439847295e7863b4199c1e7b3ee260502be 100644
--- a/components/gcm_driver/instance_id/instance_id.h
+++ b/components/gcm_driver/instance_id/instance_id.h
@@ -66,13 +66,6 @@ class InstanceID {
static const int kInstanceIDByteLength = 8;
- // Creator. Should only be used by InstanceIDDriver::GetInstanceID.
- // |app_id|: identifies the application that uses the Instance ID.
- // |handler|: provides the GCM functionality needed to support Instance ID.
- // Must outlive this class. On Android, this can be null instead.
- static std::unique_ptr<InstanceID> CreateInternal(const std::string& app_id,
- gcm::GCMDriver* gcm_driver);
-
virtual ~InstanceID();
// Sets the callback that will be invoked when the token refresh event needs
« no previous file with comments | « components/gcm_driver/instance_id/BUILD.gn ('k') | components/gcm_driver/instance_id/instance_id_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698