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

Unified Diff: chrome/browser/chromeos/arc/arc_auth_service.cc

Issue 1807743003: Remove HostDesktopType from AppLaunchParams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@temp-parent
Patch Set: cros 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
Index: chrome/browser/chromeos/arc/arc_auth_service.cc
diff --git a/chrome/browser/chromeos/arc/arc_auth_service.cc b/chrome/browser/chromeos/arc/arc_auth_service.cc
index 0c12cb97c2f2c5d033fcf5c624760fb23445bf31..e12c224cc1af72fd12d5341ebb85f7e6924c73db 100644
--- a/chrome/browser/chromeos/arc/arc_auth_service.cc
+++ b/chrome/browser/chromeos/arc/arc_auth_service.cc
@@ -251,9 +251,8 @@ void ArcAuthService::ShowUI(UIPage page, const base::string16& status) {
CHECK(extension &&
extensions::util::IsAppLaunchable(kArcSupportExtensionId, profile_));
- AppLaunchParams params(profile_, extension, NEW_WINDOW,
- extensions::SOURCE_CHROME_INTERNAL);
- OpenApplication(params);
+ OpenApplication(CreateAppLaunchParamsUserContainer(
+ profile_, extension, NEW_WINDOW, extensions::SOURCE_CHROME_INTERNAL));
}
void ArcAuthService::OnMergeSessionSuccess(const std::string& data) {
« no previous file with comments | « chrome/browser/background/background_mode_manager.cc ('k') | chrome/browser/ui/app_list/app_list_controller_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698