| 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 bb0ca9966f4076cd56e18ae688f98d9c30ba358d..99b2be585a3d123a02f208a8ec8cdbab792392e8 100644
|
| --- a/components/gcm_driver/instance_id/instance_id.h
|
| +++ b/components/gcm_driver/instance_id/instance_id.h
|
| @@ -45,6 +45,8 @@ class InstanceID {
|
| typedef base::Callback<void(InstanceID* instance_id,
|
| Result result)> DeleteIDCallback;
|
|
|
| + static const int kInstanceIDByteLength = 8;
|
| +
|
| // Creator.
|
| // |app_id|: identifies the application that uses the Instance ID.
|
| // |callback|: to be called when the token refresh is needed.
|
|
|