Home | Sort by relevance Sort by last modified time |
/external/chromium_org/chrome/browser/sync/glue/ | |
non_frontend_data_type_controller.h | 79 bool unrecoverable_error; member in struct:browser_sync::NonFrontendDataTypeController::AssociationResult |
non_frontend_data_type_controller.cc | 101 result.unrecoverable_error = true; 103 syncer::SyncError::UNRECOVERABLE_ERROR, 150 unrecoverable_error(false), 457 if (result.unrecoverable_error) { 458 StartDone(UNRECOVERABLE_ERROR, |