HomeSort by relevance Sort by last modified time
    Searched refs:sync_error_controller_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/sync/
profile_sync_service.h 715 return sync_error_controller_.get();
1053 scoped_ptr<SyncErrorController> sync_error_controller_; member in class:ProfileSyncService
    [all...]
profile_sync_service.cc 305 DCHECK(sync_error_controller_ == NULL)
307 sync_error_controller_.reset(new SyncErrorController(this));
308 AddObserver(sync_error_controller_.get());
795 if (sync_error_controller_) {
797 RemoveObserver(sync_error_controller_.get());
798 sync_error_controller_.reset();
    [all...]

Completed in 196 milliseconds