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

  /external/chromium_org/chrome/browser/extensions/
extension_sync_service.h 39 class ExtensionSyncService : public syncer::SyncableService,
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);
extension_sync_service.cc 63 ExtensionSyncService::ExtensionSyncService(Profile* profile,
86 ExtensionSyncService::~ExtensionSyncService() {}
89 ExtensionSyncService* ExtensionSyncService::Get(Profile* profile) {
93 syncer::SyncChange ExtensionSyncService::PrepareToSyncUninstallExtension(
116 void ExtensionSyncService::ProcessSyncUninstallExtension(
128 void ExtensionSyncService::SyncEnableExtension(
141 void ExtensionSyncService::SyncDisableExtension
    [all...]

Completed in 138 milliseconds