| Index: chrome/test/remoting/remote_desktop_browsertest.h
|
| diff --git a/chrome/test/remoting/remote_desktop_browsertest.h b/chrome/test/remoting/remote_desktop_browsertest.h
|
| index 5455a2f537a02986380e90204695657b70b70087..d9b51f8bdc691c3beafb4cfe5e8d2fbed5007037 100644
|
| --- a/chrome/test/remoting/remote_desktop_browsertest.h
|
| +++ b/chrome/test/remoting/remote_desktop_browsertest.h
|
| @@ -310,6 +310,9 @@ class RemoteDesktopBrowserTest : public extensions::PlatformAppBrowserTest {
|
| // Wait for the me2me connection to be established.
|
| void WaitForConnection();
|
|
|
| + // Checking whether the host is online.
|
| + bool IsHostOnline(const std::string& element_id);
|
| +
|
| // Checking whether the localHost has been initialized.
|
| bool IsLocalHostReady();
|
|
|
|
|