summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/shell_util.h
diff options
context:
space:
mode:
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: