Returns Downloads mount point from getMountPoints.
[chromium-blink-merge.git] / remoting / test / me2me_browsertest.cc
blob115bd93a5a8d50b769fe30871ccc1bb1e048c2bd
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "remote_desktop_browsertest.h"
7 namespace remoting {
9 IN_PROC_BROWSER_TEST_F(RemoteDesktopBrowserTest,
10 MANUAL_Me2Me_Connect_Localhost) {
11 VerifyInternetAccess();
13 Install();
15 LaunchChromotingApp();
17 // Authorize, Authenticate, and Approve.
18 Auth();
20 StartMe2Me();
22 ConnectToLocalHost();
24 EnterPin(me2me_pin());
26 Cleanup();
29 } // namespace remoting