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

  /external/chromium/chrome/browser/sync/engine/
cleanup_disabled_types_command.h 30 class CleanupDisabledTypesCommand : public SyncerCommand {
32 CleanupDisabledTypesCommand();
33 virtual ~CleanupDisabledTypesCommand();
39 DISALLOW_COPY_AND_ASSIGN(CleanupDisabledTypesCommand);
cleanup_disabled_types_command.cc 15 CleanupDisabledTypesCommand::CleanupDisabledTypesCommand() {}
16 CleanupDisabledTypesCommand::~CleanupDisabledTypesCommand() {}
18 void CleanupDisabledTypesCommand::ExecuteImpl(sessions::SyncSession* session) {

Completed in 77 milliseconds