| Index: remoting/host/host_window.h
|
| diff --git a/remoting/host/host_window.h b/remoting/host/host_window.h
|
| index 243f9ba65f865067d1331591ab11ec5b68b65c59..d193686d2c301e0db0644528006620cb2beff49b 100644
|
| --- a/remoting/host/host_window.h
|
| +++ b/remoting/host/host_window.h
|
| @@ -14,19 +14,16 @@
|
| namespace remoting {
|
|
|
| class ClientSessionControl;
|
| -struct UiStrings;
|
|
|
| class HostWindow : public base::NonThreadSafe {
|
| public:
|
| virtual ~HostWindow() {}
|
|
|
| // Creates a platform-specific instance of the continue window.
|
| - static scoped_ptr<HostWindow> CreateContinueWindow(
|
| - const UiStrings& ui_strings);
|
| + static scoped_ptr<HostWindow> CreateContinueWindow();
|
|
|
| // Creates a platform-specific instance of the disconnect window.
|
| - static scoped_ptr<HostWindow> CreateDisconnectWindow(
|
| - const UiStrings& ui_strings);
|
| + static scoped_ptr<HostWindow> CreateDisconnectWindow();
|
|
|
| // Starts the UI state machine. |client_session_control| will be used to
|
| // notify the caller about the local user's actions.
|
|
|