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

Unified Diff: chrome/browser/apps/app_browsertest_util.cc

Issue 1807743003: Remove HostDesktopType from AppLaunchParams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@temp-parent
Patch Set: fixes Created 4 years, 9 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 | « no previous file | chrome/browser/background/background_mode_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/apps/app_browsertest_util.cc
diff --git a/chrome/browser/apps/app_browsertest_util.cc b/chrome/browser/apps/app_browsertest_util.cc
index bb196148f2c2d7dd3863e49f3dfcf04278be71cf..64d8b49c6ebc470870519fe9517bb27bbc51b82a 100644
--- a/chrome/browser/apps/app_browsertest_util.cc
+++ b/chrome/browser/apps/app_browsertest_util.cc
@@ -121,9 +121,9 @@ const Extension* PlatformAppBrowserTest::InstallAndLaunchPlatformApp(
}
void PlatformAppBrowserTest::LaunchPlatformApp(const Extension* extension) {
- OpenApplication(AppLaunchParams(browser()->profile(), extension,
- LAUNCH_CONTAINER_NONE, NEW_WINDOW,
- extensions::SOURCE_TEST));
+ OpenApplication(CreateAppLaunchParamsUserContainer(
+ browser()->profile(), extension, LAUNCH_CONTAINER_NONE, NEW_WINDOW,
benwells 2016/03/16 22:50:12 Does this compile? I think it should stay as it ws
scottmg 2016/03/17 00:24:11 Thanks. I used cs.chromium.org to (attempt to) xre
+ extensions::SOURCE_TEST));
}
void PlatformAppBrowserTest::LaunchHostedApp(const Extension* extension) {
« no previous file with comments | « no previous file | chrome/browser/background/background_mode_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698