Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1101)

Unified Diff: chrome/test/remoting/remote_desktop_browsertest.h

Issue 1554313002: Adding changes to Remote_Desktop_BrowserTest ConnecToRemoteHost to verify if the remote host is onl… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing the CL Comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « no previous file | chrome/test/remoting/remote_desktop_browsertest.cc » ('j') | chrome/test/remoting/remote_desktop_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698