| Index: remoting/host/mac/me2me_preference_pane.mm
|
| diff --git a/remoting/host/mac/me2me_preference_pane.mm b/remoting/host/mac/me2me_preference_pane.mm
|
| index 98f0b9a324b67f4cb8f92d51e0f3146256e1f86c..0f300f4d434873c2e832f70a9a92c10a41a6684f 100644
|
| --- a/remoting/host/mac/me2me_preference_pane.mm
|
| +++ b/remoting/host/mac/me2me_preference_pane.mm
|
| @@ -153,7 +153,7 @@ std::string JsonHostConfig::GetSerializedData() const {
|
| return;
|
| }
|
|
|
| - // Ensure the authorization token is up-to-date before using it.
|
| + // Ensure the authorization token is up to date before using it.
|
| [self updateAuthorizationStatus];
|
| [self updateUI];
|
|
|
| @@ -176,7 +176,7 @@ std::string JsonHostConfig::GetSerializedData() const {
|
| }
|
|
|
| - (void)onDisable:(id)sender {
|
| - // Ensure the authorization token is up-to-date before using it.
|
| + // Ensure the authorization token is up to date before using it.
|
| [self updateAuthorizationStatus];
|
| [self updateUI];
|
| if (!is_pane_unlocked_)
|
|
|