summaryrefslogtreecommitdiffstats
path: root/chrome/installer/setup/install.h
diff options
context:
space:
mode:
authorhuangs@chromium.org <huangs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-08 05:30:29 +0000
committerhuangs@chromium.org <huangs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-08 05:30:29 +0000
commit58ad6f4b121edef8fd022f7e33833e47283b6115 (patch)
treec9c4c0d88c18de4ff44178127753a12434b68039 /chrome/installer/setup/install.h
parentcfa14db4bf93180a2df370a246b9c8eb16fc2f84 (diff)
downloadchromium_src-58ad6f4b121edef8fd022f7e33833e47283b6115.zip
chromium_src-58ad6f4b121edef8fd022f7e33833e47283b6115.tar.gz
chromium_src-58ad6f4b121edef8fd022f7e33833e47283b6115.tar.bz2
Adding App Launcher shortcuts on install.
This is a direct continuation of https://codereview.chromium.org/11267023/ BUG=151626 Review URL: https://chromiumcodereview.appspot.com/11359013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166608 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/setup/install.h')
-rw-r--r--chrome/installer/setup/install.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/setup/install.h b/chrome/installer/setup/install.h
index 9d40c3b..3a7b175 100644
--- a/chrome/installer/setup/install.h
+++ b/chrome/installer/setup/install.h
@@ -71,7 +71,7 @@ bool CreateVisualElementsManifest(const FilePath& src_path,
// If creating the Start menu shortcut is successful, it is also pinned to the
// taskbar.
void CreateOrUpdateShortcuts(
- const FilePath& chrome_exe,
+ const FilePath& target,
const Product& product,
const MasterPreferences& prefs,
InstallShortcutLevel install_level,