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

Unified Diff: chrome/installer/setup/install.h

Issue 2456853002: Remove shortcut path fixups introduced to repair breakages caused by r378802. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | chrome/installer/setup/install.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | chrome/installer/setup/install.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698