Index: components/gcm_driver/gcm_driver_desktop.h |
diff --git a/components/gcm_driver/gcm_driver_desktop.h b/components/gcm_driver/gcm_driver_desktop.h |
index 6ea70d6181285e9e394b21d21203ff942170b559..422f0f5116d10b220141d34d3e8a7e09802ce034 100644 |
--- a/components/gcm_driver/gcm_driver_desktop.h |
+++ b/components/gcm_driver/gcm_driver_desktop.h |
@@ -134,14 +134,12 @@ class GCMDriverDesktop : public GCMDriver { |
scoped_ptr<GCMChannelStatusSyncer> gcm_channel_status_syncer_; |
// Flag to indicate whether the user is signed in to a GAIA account. |
- // TODO(jianli): To be removed when sign-in enforcement is dropped. |
bool signed_in_; |
// Flag to indicate if GCM is started. |
bool gcm_started_; |
// Flag to indicate if GCM is enabled. |
- // TODO(jianli): Removed when we switch completely to support all users. |
bool gcm_enabled_; |
// Flag to indicate the last known state of the GCM client. Because this |