| 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..52e6ad5fef274dcf7c622bbba8ee06c3ab221779 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, return YES and restart the System
|
| +// Preferences application, so the correct version of this pref-pane is loaded.
|
| +- (BOOL)restartPanelIfDifferentVersionInstalled;
|
| +
|
| @end
|
|
|