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

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

Issue 720633003: Revert of CL 722703002 due to build breakage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert Created 6 years, 1 month 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/ppapi/ppapi_browsertest.cc ('k') | components/sessions/OWNERS » ('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 80160d5312f52ce1cb223806d121ff9b81e99a34..868f52dcc1a681269bf83af1b85b4be3d22bb18b 100644
--- a/chrome/test/remoting/remote_desktop_browsertest.cc
+++ b/chrome/test/remoting/remote_desktop_browsertest.cc
@@ -10,7 +10,6 @@
#include "base/path_service.h"
#include "chrome/browser/extensions/extension_service.h"
#include "chrome/browser/extensions/unpacked_installer.h"
-#include "chrome/browser/ui/extensions/app_launch_params.h"
#include "chrome/browser/ui/extensions/application_launch.h"
#include "chrome/common/chrome_switches.h"
#include "chrome/test/remoting/key_code_conv.h"
@@ -175,12 +174,12 @@ void RemoteDesktopBrowserTest::LaunchChromotingApp() {
// till the chromoting main page is loaded.
PageLoadNotificationObserver observer(chromoting_main);
- OpenApplication(AppLaunchParams(browser()->profile(), extension_,
- is_platform_app()
- ? extensions::LAUNCH_CONTAINER_NONE
- : extensions::LAUNCH_CONTAINER_TAB,
- is_platform_app() ? NEW_WINDOW : CURRENT_TAB,
- extensions::SOURCE_UNTRACKED));
+ OpenApplication(AppLaunchParams(
+ browser()->profile(),
+ extension_,
+ is_platform_app() ? extensions::LAUNCH_CONTAINER_NONE :
+ extensions::LAUNCH_CONTAINER_TAB,
+ is_platform_app() ? NEW_WINDOW : CURRENT_TAB));
observer.Wait();
« no previous file with comments | « chrome/test/ppapi/ppapi_browsertest.cc ('k') | components/sessions/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698