Searched refs:gcm_account_tracker_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/services/gcm/
H A Dgcm_profile_service.cc64 scoped_ptr<GCMAccountTracker> gcm_account_tracker_; member in class:gcm::GCMProfileService::IdentityObserver
88 if (gcm_account_tracker_)
89 gcm_account_tracker_->Shutdown();
102 if (!gcm_account_tracker_) {
107 gcm_account_tracker_.reset(new GCMAccountTracker(
113 gcm_account_tracker_->Start();
120 if (gcm_account_tracker_)
121 gcm_account_tracker_->Stop();

Completed in 98 milliseconds