| Index: components/gcm_driver/gcm_driver.h
|
| diff --git a/components/gcm_driver/gcm_driver.h b/components/gcm_driver/gcm_driver.h
|
| index c33890a3636664662d9f28d563aa4b26febb2161..f87bc2a3d6ef9b26d5c9bac3704e71a9d7cbbf67 100644
|
| --- a/components/gcm_driver/gcm_driver.h
|
| +++ b/components/gcm_driver/gcm_driver.h
|
| @@ -212,8 +212,8 @@ class GCMDriver {
|
| // to send a heartbeat message.
|
| virtual void WakeFromSuspendForHeartbeat(bool wake) = 0;
|
|
|
| - // Supports InstanceID handling.
|
| - virtual InstanceIDHandler* GetInstanceIDHandler() = 0;
|
| + // Supports InstanceID handling. Must only be used by the InstanceID system.
|
| + virtual InstanceIDHandler* GetInstanceIDHandlerInternal() = 0;
|
|
|
| // Adds or removes a custom client requested heartbeat interval. If multiple
|
| // components set that setting, the lowest setting will be used. If the
|
|
|