| Index: remoting/host/plugin/daemon_controller.h
|
| diff --git a/remoting/host/plugin/daemon_controller.h b/remoting/host/plugin/daemon_controller.h
|
| index d19c48d983fb1f716167ac443604448d25a77dc4..209eabebc1df8bf0a6d5611c8ee160e0fd50abf2 100644
|
| --- a/remoting/host/plugin/daemon_controller.h
|
| +++ b/remoting/host/plugin/daemon_controller.h
|
| @@ -116,6 +116,10 @@ class DaemonController {
|
| // GetState until the state is STATE_STOPPED.
|
| virtual void Stop(const CompletionCallback& done_callback) = 0;
|
|
|
| + // Caches the native handle of the plugin window so it can be used to focus
|
| + // elevation prompts properly.
|
| + virtual void SetWindow(void* window_handle) = 0;
|
| +
|
| static scoped_ptr<DaemonController> Create();
|
| };
|
|
|
|
|