Home
last modified time | relevance | path

Searched refs:kMaxConnectionErrorsBeforeReset (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/engine/net/
Dserver_connection_manager.h38 static const int32 kMaxConnectionErrorsBeforeReset = 10; variable
Dserver_connection_manager.cc272 if (error_count_ > kMaxConnectionErrorsBeforeReset) { in IncrementErrorCount()