| Index: remoting/test/remote_desktop_browsertest.h
|
| diff --git a/remoting/test/remote_desktop_browsertest.h b/remoting/test/remote_desktop_browsertest.h
|
| index b7df98dea9b7421e3778d3260fd087736c9773a2..855bcb14002f1208392d19364b83dd6e2c1796f1 100644
|
| --- a/remoting/test/remote_desktop_browsertest.h
|
| +++ b/remoting/test/remote_desktop_browsertest.h
|
| @@ -94,6 +94,13 @@ class RemoteDesktopBrowserTest : public ExtensionBrowserTest {
|
| // Simulate typing a string
|
| void SimulateStringInput(const std::string& input);
|
|
|
| + // Helper to simulate a left button mouse click.
|
| + void SimulateMouseLeftClickAt(int x, int y);
|
| +
|
| + // Helper to simulate a mouse click.
|
| + void SimulateMouseClickAt(
|
| + int modifiers, WebKit::WebMouseEvent::Button button, int x, int y);
|
| +
|
| // The following helpers each perform a composite task.
|
|
|
| // Install the chromoting extension
|
|
|