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

Unified Diff: chrome/browser/ui/extensions/app_launch_params.h

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
Index: chrome/browser/ui/extensions/app_launch_params.h
diff --git a/chrome/browser/ui/extensions/app_launch_params.h b/chrome/browser/ui/extensions/app_launch_params.h
index 5b66cecbff6798832010e09b0e19007e18f1bdfe..a65ed757d8d3dbb086ed52eb53fbf242ef315fb7 100644
--- a/chrome/browser/ui/extensions/app_launch_params.h
+++ b/chrome/browser/ui/extensions/app_launch_params.h
@@ -26,15 +26,13 @@ struct AppLaunchParams {
AppLaunchParams(Profile* profile,
const extensions::Extension* extension,
extensions::LaunchContainer container,
- WindowOpenDisposition disposition,
- extensions::AppLaunchSource source);
+ WindowOpenDisposition disposition);
// Helper to create AppLaunchParams using extensions::GetLaunchContainer with
// LAUNCH_TYPE_REGULAR to check for a user-configured container.
AppLaunchParams(Profile* profile,
const extensions::Extension* extension,
- WindowOpenDisposition disposition,
- extensions::AppLaunchSource source);
+ WindowOpenDisposition disposition);
// Helper to create AppLaunchParams using event flags that allows user to
// override the user-configured container using modifier keys, falling back to
@@ -42,9 +40,8 @@ struct AppLaunchParams {
// indicates the desktop upon which to launch (Ash or Native).
AppLaunchParams(Profile* profile,
const extensions::Extension* extension,
- WindowOpenDisposition disposition,
- chrome::HostDesktopType desktop_type,
- extensions::AppLaunchSource source);
+ int event_flags,
+ chrome::HostDesktopType desktop_type);
~AppLaunchParams();
« no previous file with comments | « chrome/browser/ui/cocoa/apps/native_app_window_cocoa_browsertest.mm ('k') | chrome/browser/ui/extensions/app_launch_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698