| Index: components/gcm_driver/instance_id/instance_id_impl.h
|
| diff --git a/components/gcm_driver/instance_id/instance_id_impl.h b/components/gcm_driver/instance_id/instance_id_impl.h
|
| index f082ed973a7664cdb6b7a9653fa49425ea04986d..0bc98515b922cc074d0c1cdfa91e46052bdef487 100644
|
| --- a/components/gcm_driver/instance_id/instance_id_impl.h
|
| +++ b/components/gcm_driver/instance_id/instance_id_impl.h
|
| @@ -77,6 +77,9 @@ class InstanceIDImpl : public InstanceID {
|
|
|
| gcm::InstanceIDHandler* Handler();
|
|
|
| + // Asynchronously runs task once delayed_task_controller_ is ready.
|
| + void RunWhenReady(base::Closure task);
|
| +
|
| gcm::GCMDelayedTaskController delayed_task_controller_;
|
|
|
| // The generated Instance ID.
|
|
|