Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5353)

Unified Diff: chrome/installer/util/shell_util.h

Issue 14031025: Implementing unified Chrome / App Launcher flow, and migrating old stand-alone App Launcher. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing Start Menu root stuff; cleanups. Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698