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

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

Issue 802523004: Add a test case to test disabling remote connection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Jamie's comments Created 5 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
« no previous file with comments | « chrome/test/remoting/me2me_browsertest.cc ('k') | chrome/test/remoting/remote_desktop_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 54f58c3703ecb2c32992068c649d5711a37445d9..73c7c98476e9704147277f4140d3d9a058930d33 100644
--- a/chrome/test/remoting/remote_desktop_browsertest.h
+++ b/chrome/test/remoting/remote_desktop_browsertest.h
@@ -340,6 +340,12 @@ class RemoteDesktopBrowserTest : public extensions::PlatformAppBrowserTest {
static bool IsHostActionComplete(
content::WebContents* client_web_content, std::string host_action_var);
+ // Test if the remoting app mode is equal to the given mode
+ bool IsAppModeEqualTo(const std::string& mode);
+
+ // Disable remote connection while the remote connection is enabled
+ void DisableRemoteConnection();
+
private:
// Fields
« no previous file with comments | « chrome/test/remoting/me2me_browsertest.cc ('k') | chrome/test/remoting/remote_desktop_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698