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

/external/chromium/chrome/browser/sync/engine/
H A Dmodel_changing_syncer_command.h17 // model-safe worker thread. Classes derived from ModelChangingSyncerCommand
21 // A command should derive from ModelChangingSyncerCommand instead of
24 // WriteTransaction, this is a sign that ModelChangingSyncerCommand is likely
26 class ModelChangingSyncerCommand : public SyncerCommand { class in namespace:browser_sync
28 ModelChangingSyncerCommand() : work_session_(NULL) { } function in class:browser_sync::ModelChangingSyncerCommand
29 virtual ~ModelChangingSyncerCommand() { }
60 DISALLOW_COPY_AND_ASSIGN(ModelChangingSyncerCommand);

Completed in 217 milliseconds