| Index: components/gcm_driver/instance_id/instance_id_driver.h
|
| diff --git a/components/gcm_driver/instance_id/instance_id_driver.h b/components/gcm_driver/instance_id/instance_id_driver.h
|
| index 52b079e24ac0659885d0148be76d35329d5fdaaf..496964fd6bc3c3cb4b7759b2cddb69801b015899 100644
|
| --- a/components/gcm_driver/instance_id/instance_id_driver.h
|
| +++ b/components/gcm_driver/instance_id/instance_id_driver.h
|
| @@ -23,6 +23,9 @@ class InstanceID;
|
| // implementation.
|
| class InstanceIDDriver {
|
| public:
|
| + // Returns whether InstanceID is enabled.
|
| + static bool IsInstanceIDEnabled();
|
| +
|
| explicit InstanceIDDriver(gcm::GCMDriver* gcm_driver);
|
| virtual ~InstanceIDDriver();
|
|
|
|
|