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

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

Issue 105733003: Move LaunchType out of ExtensionPrefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix indenting 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 58ae1c45c7879f5c0cb8acadd1376c19a94ab25c..e0d5844a98717daaa78bbe438e8adfd17901c456 100644
--- a/chrome/browser/ui/extensions/application_launch.h
+++ b/chrome/browser/ui/extensions/application_launch.h
@@ -31,8 +31,7 @@ struct AppLaunchParams {
WindowOpenDisposition disposition);
// Helper to create AppLaunchParams using ExtensionPrefs::GetLaunchContainer
- // with ExtensionPrefs::LAUNCH_TYPE_REGULAR to check for a user-configured
- // container.
+ // with LAUNCH_TYPE_REGULAR to check for a user-configured container.
AppLaunchParams(Profile* profile,
const extensions::Extension* extension,
WindowOpenDisposition disposition);
« no previous file with comments | « chrome/browser/ui/ash/launcher/shell_window_launcher_controller.cc ('k') | chrome/browser/ui/extensions/application_launch.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698