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

/external/chromium/chrome/browser/sync/notifier/
H A Dsync_notifier.h9 // A SyncNotifier must be destroyed on the same thread it was created on,
12 // creation thread, then the methods thread must not exist when the SyncNotifier
15 // In particular, the SyncNotifier will be created on the UI thread, the syncer
16 // core thread will be created, the SyncNotifier will be used on that core
17 // thread, the syncer core thread will be destroyed, and then the SyncNotifier
33 class SyncNotifier { class in namespace:sync_notifier
35 SyncNotifier() {} function in class:sync_notifier::SyncNotifier
36 virtual ~SyncNotifier() {}

Completed in 31 milliseconds