summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/shell_util.h
diff options
context:
space:
mode:
authorcpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-28 01:22:22 +0000
committercpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-28 01:22:22 +0000
commit0a5f0a187c73e47417511ea2ed988c5b3876f563 (patch)
tree5a6677909cb754f86af8e4309e5160a6ade4260a /chrome/installer/util/shell_util.h
parent90a3fbb1723ba60bcf557121b7bbe80817a7533f (diff)
downloadchromium_src-0a5f0a187c73e47417511ea2ed988c5b3876f563.zip
chromium_src-0a5f0a187c73e47417511ea2ed988c5b3876f563.tar.gz
chromium_src-0a5f0a187c73e47417511ea2ed988c5b3876f563.tar.bz2
Wire chrome shortcuts tooltip (installation)
- Not complete since we are waiting for translations - For chromium the tooltip says "Browse the internet" BUG=b/1522969 Review URL: http://codereview.chromium.org/28272 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10666 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/shell_util.h')
-rw-r--r--chrome/installer/util/shell_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/installer/util/shell_util.h b/chrome/installer/util/shell_util.h
index 8fd9ae6..f8d015d 100644
--- a/chrome/installer/util/shell_util.h
+++ b/chrome/installer/util/shell_util.h
@@ -112,6 +112,7 @@ class ShellUtil {
// create_new: If false, will only update the shortcut. If true, the function
// will create a new shortcut if it doesn't exist already.
static bool CreateChromeDesktopShortcut(const std::wstring& chrome_exe,
+ const std::wstring& description,
int shell_change,
bool create_new);
@@ -192,6 +193,7 @@ class ShellUtil {
// if doesn't exist.
static bool UpdateChromeShortcut(const std::wstring& chrome_exe,
const std::wstring& shortcut,
+ const std::wstring& description,
bool create_new);
private: