Home | History | Annotate | Download | only in drive

Lines Matching defs:DriveIntegrationService

44 // DriveIntegrationService.  All events are notified on UI thread.
59 // DriveIntegrationService is used to integrate Drive to Chrome. This class
67 class DriveIntegrationService : public KeyedService,
78 // the DriveIntegrationService.
79 DriveIntegrationService(
86 virtual ~DriveIntegrationService();
189 base::WeakPtrFactory<DriveIntegrationService> weak_ptr_factory_;
190 DISALLOW_COPY_AND_ASSIGN(DriveIntegrationService);
193 // Singleton that owns all instances of DriveIntegrationService and
199 typedef base::Callback<DriveIntegrationService*(Profile* profile)>
210 // Returns the DriveIntegrationService for |profile|, creating it if it is
212 static DriveIntegrationService* GetForProfile(Profile* profile);
214 // Returns the DriveIntegrationService that is already associated with
216 static DriveIntegrationService* FindForProfile(Profile* profile);