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

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

Issue 273753002: Implement 3 PIN browser tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Last iteration Created 6 years, 7 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/remote_desktop_browsertest.h ('k') | remoting/remoting_webapp_files.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/remoting/remote_desktop_browsertest.cc
diff --git a/chrome/test/remoting/remote_desktop_browsertest.cc b/chrome/test/remoting/remote_desktop_browsertest.cc
index 3d9f4a7a5d2cd73db2013bd3897baf4a650b0bc2..8cd1e505703fc93b1cf37b3d2863c8fda0d1c337 100644
--- a/chrome/test/remoting/remote_desktop_browsertest.cc
+++ b/chrome/test/remoting/remote_desktop_browsertest.cc
@@ -479,6 +479,15 @@ void RemoteDesktopBrowserTest::Cleanup() {
ASSERT_TRUE(TimeoutWaiter(base::TimeDelta::FromSeconds(2)).Wait());
}
+void RemoteDesktopBrowserTest::SetUpTestForMe2Me() {
+ VerifyInternetAccess();
+ Install();
+ LaunchChromotingApp();
+ Auth();
+ ExpandMe2Me();
+ LoadScript(app_web_content(), FILE_PATH_LITERAL("browser_test.js"));
+}
+
void RemoteDesktopBrowserTest::Auth() {
Authorize();
Authenticate();
« no previous file with comments | « chrome/test/remoting/remote_desktop_browsertest.h ('k') | remoting/remoting_webapp_files.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698