| Index: components/gcm_driver/gcm_channel_status_syncer.h
|
| diff --git a/components/gcm_driver/gcm_channel_status_syncer.h b/components/gcm_driver/gcm_channel_status_syncer.h
|
| index 0b7ba3fff06c71c0c3c845820cb0d366d05347a3..e9fd7e3f517192d1128ac48101e0fc5c77b09006 100644
|
| --- a/components/gcm_driver/gcm_channel_status_syncer.h
|
| +++ b/components/gcm_driver/gcm_channel_status_syncer.h
|
| @@ -28,6 +28,11 @@ namespace gcm {
|
| class GCMChannelStatusRequest;
|
| class GCMDriver;
|
|
|
| +namespace prefs {
|
| +// The GCM channel's enabled state.
|
| +extern const char kGCMChannelStatus[];
|
| +} // namepsace prefs
|
| +
|
| // Syncing with the server for GCM channel status that controls if GCM
|
| // functionality should be enabled or disabled.
|
| class GCMChannelStatusSyncer {
|
|
|