| Index: remoting/host/me2me_preference_pane.h
|
| diff --git a/remoting/host/me2me_preference_pane.h b/remoting/host/me2me_preference_pane.h
|
| index 7b93d8d546a78d7722f71763d9944847816490be..8bec480571eeb1c0f1a4328ffd961af138f3b192 100644
|
| --- a/remoting/host/me2me_preference_pane.h
|
| +++ b/remoting/host/me2me_preference_pane.h
|
| @@ -107,4 +107,9 @@ class JsonHostConfig {
|
| inputData:(const std::string&)input_data;
|
| - (BOOL)sendJobControlMessage:(const char*)launch_key;
|
|
|
| +// Compare the version of the running pref-pane against the installed version.
|
| +// If the versions are mismatched, restart the System Preferences application,
|
| +// so the correct version of this pref-pane is loaded.
|
| +- (void)restartPanelIfDifferentVersionInstalled;
|
| +
|
| @end
|
|
|