| Index: chrome/installer/util/shell_util.h
|
| diff --git a/chrome/installer/util/shell_util.h b/chrome/installer/util/shell_util.h
|
| index 5977023f832ab7d1276caabae872d61d662614a4..c5a685d5acc294194b14d5271c7a554182b794a8 100644
|
| --- a/chrome/installer/util/shell_util.h
|
| +++ b/chrome/installer/util/shell_util.h
|
| @@ -536,6 +536,16 @@ class ShellUtil {
|
| const base::FilePath& target_exe,
|
| const ShellUtil::ShortcutProperties& properties);
|
|
|
| + // Similar to UpdateShortcuts(), but operates on shortcuts whose filename
|
| + // matches |name_filter|.
|
| + static bool UpdateShortcutsFilteredByName(
|
| + ShellUtil::ShortcutLocation location,
|
| + BrowserDistribution* dist,
|
| + ShellChange level,
|
| + const string16& name_filter,
|
| + const base::FilePath& target_exe,
|
| + const ShellUtil::ShortcutProperties& properties);
|
| +
|
| // Sets |suffix| to the base 32 encoding of the md5 hash of this user's sid
|
| // preceded by a dot.
|
| // This is guaranteed to be unique on the machine and 27 characters long
|
|
|