Searched defs:ExtensionSyncService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_sync_service.h39 class ExtensionSyncService : public syncer::SyncableService, class in inherits:syncer::SyncableService,KeyedService
42 ExtensionSyncService(Profile* profile,
46 virtual ~ExtensionSyncService();
48 // Convenience function to get the ExtensionSyncService for a Profile.
49 static ExtensionSyncService* Get(Profile* profile);
157 DISALLOW_COPY_AND_ASSIGN(ExtensionSyncService);
H A Dextension_sync_service.cc64 ExtensionSyncService::ExtensionSyncService(Profile* profile, function in class:ExtensionSyncService
87 ExtensionSyncService::~ExtensionSyncService() {}
90 ExtensionSyncService* ExtensionSyncService::Get(Profile* profile) {
94 syncer::SyncChange ExtensionSyncService::PrepareToSyncUninstallExtension(
117 void ExtensionSyncService::ProcessSyncUninstallExtension(
129 void ExtensionSyncService::SyncEnableExtension(
142 void ExtensionSyncService
[all...]

Completed in 87 milliseconds