| Index: chrome/installer/setup/install.h
|
| diff --git a/chrome/installer/setup/install.h b/chrome/installer/setup/install.h
|
| index fb94a6398754ca1d43b7d7be9941cc14e00138bd..7a0eabd55233452cf8385b58ea0c4cdaae5bde64 100644
|
| --- a/chrome/installer/setup/install.h
|
| +++ b/chrome/installer/setup/install.h
|
| @@ -50,18 +50,6 @@ enum InstallShortcutLevel {
|
| ALL_USERS,
|
| };
|
|
|
| -// Sets |new_target_path| as the new target path of all shortcuts in the
|
| -// location specified by |shortcut_location| and |dist| which either:
|
| -// - Point to a file rooted at |old_target_dir| whose name ends in
|
| -// |old_target_name_suffix|, or,
|
| -// - Have an icon rooted at |old_target_dir|.
|
| -void UpdatePerUserShortcutsInLocation(
|
| - const ShellUtil::ShortcutLocation shortcut_location,
|
| - BrowserDistribution* dist,
|
| - const base::FilePath& old_target_dir,
|
| - const base::FilePath& old_target_name_suffix,
|
| - const base::FilePath& new_target_path);
|
| -
|
| // Escape |att_value| as per the XML AttValue production
|
| // (http://www.w3.org/TR/2008/REC-xml-20081126/#NT-AttValue) for a value in
|
| // single quotes.
|
|
|