| Index: chrome/browser/local_discovery/privetv3_session.cc
|
| diff --git a/chrome/browser/local_discovery/privetv3_session.cc b/chrome/browser/local_discovery/privetv3_session.cc
|
| index 865352396a3dba537abbe0f4825d2ac31e6d3368..18c3ff6a9c4573459bc693ad25507a963151e59d 100644
|
| --- a/chrome/browser/local_discovery/privetv3_session.cc
|
| +++ b/chrome/browser/local_discovery/privetv3_session.cc
|
| @@ -83,7 +83,7 @@ void PrivetV3Session::FetcherDelegate::OnParsedJson(
|
| if (session_) {
|
| DeleteThis();
|
| callback_.Run(
|
| - has_error ? Result::STATUS_SETUPERROR : Result::STATUS_SUCCESS, value);
|
| + has_error ? Result::STATUS_DEVICEERROR : Result::STATUS_SUCCESS, value);
|
| }
|
| }
|
|
|
|
|