| Index: chrome/test/remoting/launch_browsertest.cc
|
| diff --git a/chrome/test/remoting/launch_browsertest.cc b/chrome/test/remoting/launch_browsertest.cc
|
| index c08d69ca936310f7e6414d55c9ed6a2356fe6280..383991ecb8bb658ff9aa85575f297db893568039 100644
|
| --- a/chrome/test/remoting/launch_browsertest.cc
|
| +++ b/chrome/test/remoting/launch_browsertest.cc
|
| @@ -11,7 +11,18 @@ IN_PROC_BROWSER_TEST_F(RemoteDesktopBrowserTest, MANUAL_Launch) {
|
|
|
| Install();
|
|
|
| - LaunchChromotingApp();
|
| + LaunchChromotingApp(false);
|
| +
|
| + Cleanup();
|
| +}
|
| +
|
| +IN_PROC_BROWSER_TEST_F(RemoteDesktopBrowserTest, MANUAL_LaunchDeferredStart) {
|
| + VerifyInternetAccess();
|
| +
|
| + Install();
|
| +
|
| + LaunchChromotingApp(true);
|
| + StartChromotingApp();
|
|
|
| Cleanup();
|
| }
|
|
|