Chromium Code Reviews| 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..48dbab9af362cbd035444a3e229446cd3ba0992b 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 |
| + // elevetion promts properly. |
|
Jamie
2012/04/25 21:20:37
Nit: s/elevetion/elevation/, s/promts/prompts/
alexeypa (please no reviews)
2012/04/25 21:59:24
Done.
|
| + virtual void SetWindow(void* window_handle) = 0; |
| + |
| static scoped_ptr<DaemonController> Create(); |
| }; |