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 64 ExtensionSyncService::ExtensionSyncService(Profile* profile,
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::SyncDisableExtension
    [all...]

Completed in 41 milliseconds