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

Unified Diff: chrome/browser/shell_integration.h

Issue 9958006: Create Linux platform app shortcuts to run in their own process. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Create updated shortcuts from NTP, add enable flag Created 8 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
« no previous file with comments | « no previous file | chrome/browser/shell_integration.cc » ('j') | chrome/browser/web_applications/web_app.h » ('J')
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 fa9c1ad277a2672ca87fd347e88ddb857194e835..66af0ab25eb72067a2a0cc36967cc0db5d818f28 100644
--- a/chrome/browser/shell_integration.h
+++ b/chrome/browser/shell_integration.h
@@ -137,11 +137,19 @@ class ShellIntegration {
const std::string& app_name,
const GURL& url,
const std::string& extension_id,
+ const bool is_platform_app,
+ const FilePath& web_app_path,
+ const FilePath& extension_path,
const string16& title,
const std::string& icon_name);
- static void CreateDesktopShortcut(const ShortcutInfo& shortcut_info,
+ static bool CreateDesktopShortcut(const ShortcutInfo& shortcut_info,
const std::string& shortcut_template);
+
+ static bool CreateDesktopShortcutForChromeApp(
+ const ShortcutInfo& shortcut_info,
+ const FilePath& web_app_path,
+ const std::string& shortcut_template);
#endif // defined(USE_X11)
#if defined(OS_WIN)
« no previous file with comments | « no previous file | chrome/browser/shell_integration.cc » ('j') | chrome/browser/web_applications/web_app.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698