summaryrefslogtreecommitdiffstats
path: root/chrome/browser/shell_integration.cc
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-12 21:34:49 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-12 21:34:49 +0000
commitb96aa938b7f86b67f7d4c167e713f5c23fae01d6 (patch)
tree92c58342b82e416a5ffd29a7c283fdcfe9c0c82b /chrome/browser/shell_integration.cc
parent4778bf3be094a4faac5e622a5f18be308908e53c (diff)
downloadchromium_src-b96aa938b7f86b67f7d4c167e713f5c23fae01d6.zip
chromium_src-b96aa938b7f86b67f7d4c167e713f5c23fae01d6.tar.gz
chromium_src-b96aa938b7f86b67f7d4c167e713f5c23fae01d6.tar.bz2
First step to create application shortcuts on Linux.
Create a working desktop shortcut. For now it displays no UI, but the backend works. TEST=none http://crbug.com/17251 Review URL: http://codereview.chromium.org/164280 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23226 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/shell_integration.cc')
-rw-r--r--chrome/browser/shell_integration.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/shell_integration.cc b/chrome/browser/shell_integration.cc
index e982ab8..219ce77 100644
--- a/chrome/browser/shell_integration.cc
+++ b/chrome/browser/shell_integration.cc
@@ -5,8 +5,10 @@
#include "chrome/browser/shell_integration.h"
#include "base/message_loop.h"
+#include "base/path_service.h"
#include "base/thread.h"
#include "chrome/browser/browser_process.h"
+#include "chrome/common/chrome_paths.h"
///////////////////////////////////////////////////////////////////////////////
// ShellIntegration::DefaultBrowserWorker