summaryrefslogtreecommitdiffstats
path: root/chrome/browser/shell_integration.h
diff options
context:
space:
mode:
authorrickcam@chromium.org <rickcam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-20 18:59:53 +0000
committerrickcam@chromium.org <rickcam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-20 18:59:53 +0000
commitc5ae574b19df7a1e5bda8ddba4a945b2c3dcf566 (patch)
treed78be16096c5f88b1eec45a78da2cc26c67fe716 /chrome/browser/shell_integration.h
parent9679b7b8c7937e7e620c63a60ad6d17c5af7570b (diff)
downloadchromium_src-c5ae574b19df7a1e5bda8ddba4a945b2c3dcf566.zip
chromium_src-c5ae574b19df7a1e5bda8ddba4a945b2c3dcf566.tar.gz
chromium_src-c5ae574b19df7a1e5bda8ddba4a945b2c3dcf566.tar.bz2
Added Linux support for Launch-on-Startup
BUG=43382 TEST=none Review URL: http://codereview.chromium.org/3417004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59954 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/shell_integration.h')
-rw-r--r--chrome/browser/shell_integration.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h
index 23d0701..56ee7f6 100644
--- a/chrome/browser/shell_integration.h
+++ b/chrome/browser/shell_integration.h
@@ -78,6 +78,8 @@ class ShellIntegration {
const string16& extension_app_id);
#if defined(USE_X11)
+ static std::string GetDesktopName(base::Environment* env);
+
static bool GetDesktopShortcutTemplate(base::Environment* env,
std::string* output);