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 677392506a5d0fc16ae2c0e0327b08efd563693c..2a03c2d2ef80fe0b402d97c95b7b559faeade3ff 100644 |
--- a/chrome/test/remoting/remote_desktop_browsertest.cc |
+++ b/chrome/test/remoting/remote_desktop_browsertest.cc |
@@ -161,7 +161,8 @@ void RemoteDesktopBrowserTest::LaunchChromotingApp() { |
OpenApplication(AppLaunchParams( |
browser()->profile(), |
extension_, |
- is_platform_app() ? extensions::LAUNCH_NONE : extensions::LAUNCH_TAB, |
+ is_platform_app() ? extensions::LAUNCH_CONTAINER_NONE : |
+ extensions::LAUNCH_CONTAINER_TAB, |
is_platform_app() ? NEW_WINDOW : CURRENT_TAB)); |
observer.Wait(); |