| Index: chrome/browser/local_discovery/privet_url_fetcher.cc
|
| diff --git a/chrome/browser/local_discovery/privet_url_fetcher.cc b/chrome/browser/local_discovery/privet_url_fetcher.cc
|
| index 9b9e9c3e1bd1ef4f724bc0b5074d7d59fa950c5a..bb64b88cbfe00dc602a8e5ca8d4ba74975d86bd8 100644
|
| --- a/chrome/browser/local_discovery/privet_url_fetcher.cc
|
| +++ b/chrome/browser/local_discovery/privet_url_fetcher.cc
|
| @@ -345,6 +345,7 @@ void PrivetURLFetcher::RefreshToken(const std::string& token) {
|
|
|
| bool PrivetURLFetcher::PrivetErrorTransient(const std::string& error) {
|
| return (error == kPrivetErrorDeviceBusy) ||
|
| + (error == kPrivetV3ErrorDeviceBusy) ||
|
| (error == kPrivetErrorPendingUserAction) ||
|
| (error == kPrivetErrorPrinterBusy);
|
| }
|
|
|