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

  /external/chromium_org/chrome/browser/sync/glue/
non_frontend_data_type_controller.h 76 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),
439 if (result.unrecoverable_error) {
440 StartDone(UNRECOVERABLE_ERROR,

Completed in 3735 milliseconds