| Index: remoting/host/plugin/daemon_controller_mac.cc
|
| diff --git a/remoting/host/plugin/daemon_controller_mac.cc b/remoting/host/plugin/daemon_controller_mac.cc
|
| index 2edd16217532cf74f875ffa54b98672d2c4c1264..4e2345826b39d0988b7f8d2074c307932538aa95 100644
|
| --- a/remoting/host/plugin/daemon_controller_mac.cc
|
| +++ b/remoting/host/plugin/daemon_controller_mac.cc
|
| @@ -348,7 +348,7 @@ void DaemonControllerMac::PreferencePaneCallbackDelegate(CFStringRef name) {
|
| result = RESULT_OK;
|
| } else if (CFStringCompare(name, CFSTR(kUpdateFailedNotificationName), 0) ==
|
| kCFCompareEqualTo) {
|
| - result = RESULT_CANCELLED;
|
| + result = RESULT_FAILED;
|
| } else {
|
| LOG(WARNING) << "Ignoring unexpected notification: " << name;
|
| return;
|
|
|