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

Unified Diff: chrome/browser/shell_integration.h

Issue 10915079: remove --enable-experimental-extension-apis from packaged app shortcut args (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: is_platform_app data member on ShortcutInfo no longer required Created 8 years, 3 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 | « chrome/browser/extensions/app_shortcut_manager.cc ('k') | chrome/browser/shell_integration.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/shell_integration.h
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h
index e5ef657a7e59f0f6bb986ca586c2fa6c880bc9fc..faaddab22528681db0f8d34ae6edbe04afc23204 100644
--- a/chrome/browser/shell_integration.h
+++ b/chrome/browser/shell_integration.h
@@ -89,9 +89,6 @@ class ShellIntegration {
gfx::Image favicon;
FilePath profile_path;
- // Shortcuts to platform apps are created differently. They start up with
- // their own user data directory and load the app from |extension_path|.
- bool is_platform_app;
bool create_on_desktop;
bool create_in_applications_menu;
@@ -115,12 +112,10 @@ class ShellIntegration {
// The new command line reuses the current process's user data directory (and
// login profile, for ChromeOS).
// If |extension_app_id| is non-empty, the arguments use kAppId=<id>.
- // Otherwise, kApp=<url> is used. If |is_platform_app| is true the flag
- // --enable-platform-apps is added to the command line.
+ // Otherwise, kApp=<url> is used.
static CommandLine CommandLineArgsForLauncher(
const GURL& url,
const std::string& extension_app_id,
- bool is_platform_app,
const FilePath& profile_path);
#if defined(OS_WIN)
« no previous file with comments | « chrome/browser/extensions/app_shortcut_manager.cc ('k') | chrome/browser/shell_integration.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698