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

Unified Diff: components/gcm_driver/instance_id/instance_id_android.cc

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_android.cc
diff --git a/components/gcm_driver/instance_id/instance_id_android.cc b/components/gcm_driver/instance_id/instance_id_android.cc
index e51c178f118fa206b5a6ec725e1927080adeb409..75d5b7c9a9865d05020c98df960179d71969e8e5 100644
--- a/components/gcm_driver/instance_id/instance_id_android.cc
+++ b/components/gcm_driver/instance_id/instance_id_android.cc
@@ -38,13 +38,6 @@ InstanceIDAndroid::ScopedBlockOnAsyncTasksForTesting::
Java_InstanceIDBridge_setBlockOnAsyncTasksForTesting(env, previous_value_);
}
-// static
-std::unique_ptr<InstanceID> InstanceID::CreateInternal(
- const std::string& app_id,
- gcm::GCMDriver* gcm_driver) {
- return base::WrapUnique(new InstanceIDAndroid(app_id, gcm_driver));
-}
-
InstanceIDAndroid::InstanceIDAndroid(const std::string& app_id,
gcm::GCMDriver* gcm_driver)
: InstanceID(app_id, gcm_driver) {
« no previous file with comments | « components/gcm_driver/instance_id/instance_id.h ('k') | components/gcm_driver/instance_id/instance_id_android_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698