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

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

Issue 106713002: Move LaunchContainer enum to extension_constants.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years 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/application_launch.h
diff --git a/chrome/browser/ui/extensions/application_launch.h b/chrome/browser/ui/extensions/application_launch.h
index e0d5844a98717daaa78bbe438e8adfd17901c456..630f9e9d7a9e9cfc0c093e8cdaaad050c996bcbc 100644
--- a/chrome/browser/ui/extensions/application_launch.h
+++ b/chrome/browser/ui/extensions/application_launch.h
@@ -7,7 +7,7 @@
#include "base/files/file_path.h"
#include "chrome/browser/ui/host_desktop.h"
-#include "extensions/common/constants.h"
+#include "chrome/common/extensions/extension_constants.h"
#include "ui/base/window_open_disposition.h"
#include "ui/gfx/rect.h"
#include "url/gurl.h"
@@ -30,15 +30,15 @@ struct AppLaunchParams {
extensions::LaunchContainer container,
WindowOpenDisposition disposition);
- // Helper to create AppLaunchParams using ExtensionPrefs::GetLaunchContainer
- // with LAUNCH_TYPE_REGULAR to check for a user-configured container.
+ // 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);
// Helper to create AppLaunchParams using event flags that allows user to
// override the user-configured container using modifier keys, falling back to
- // ExtensionPrefs::GetLaunchContainer() with no modifiers. |desktop_type|
+ // extensions::GetLaunchContainer() with no modifiers. |desktop_type|
// indicates the desktop upon which to launch (Ash or Native).
AppLaunchParams(Profile* profile,
const extensions::Extension* extension,

Powered by Google App Engine
This is Rietveld 408576698