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

  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.h 38 static const int32 kMaxConnectionErrorsBeforeReset = 10;
server_connection_manager.cc 272 if (error_count_ > kMaxConnectionErrorsBeforeReset) {

Completed in 102 milliseconds