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

/external/chromium/chrome/browser/sync/engine/
H A Dcleanup_disabled_types_command.h30 class CleanupDisabledTypesCommand : public SyncerCommand { class in namespace:browser_sync
32 CleanupDisabledTypesCommand();
33 virtual ~CleanupDisabledTypesCommand();
39 DISALLOW_COPY_AND_ASSIGN(CleanupDisabledTypesCommand);
H A Dcleanup_disabled_types_command.cc15 CleanupDisabledTypesCommand::CleanupDisabledTypesCommand() {} function in class:browser_sync::CleanupDisabledTypesCommand
16 CleanupDisabledTypesCommand::~CleanupDisabledTypesCommand() {}
18 void CleanupDisabledTypesCommand::ExecuteImpl(sessions::SyncSession* session) {

Completed in 100 milliseconds