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

Unified Diff: chrome/browser/shell_integration.h

Issue 14027008: Migrate app_host.exe shortcuts to chrome.exe shortcuts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 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/browser/shell_integration.h
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h
index 25232f7bc882f96e192008df05570ee227601f16..9550f06210d554d6a6da69c7e4e9b8bd36c28f46 100644
--- a/chrome/browser/shell_integration.h
+++ b/chrome/browser/shell_integration.h
@@ -180,9 +180,12 @@ class ShellIntegration {
// This method should not be called prior to Windows 7.
koz (OOO until 15th September) 2013/04/18 02:16:33 I just noticed this comment. The app launcher work
calamity 2013/04/18 08:24:34 Done by koz@.
// This method is only public for the sake of tests and shouldn't be called
// externally otherwise.
+ // Migrates shortcuts that point to |app_host_exe| to point to |chrome_exe|.
static int MigrateShortcutsInPathInternal(const base::FilePath& chrome_exe,
+ const base::FilePath& app_host_exe,
const base::FilePath& path,
- bool check_dual_mode);
+ bool check_dual_mode,
+ bool recursive);
// Returns the path to the Start Menu shortcut for the given Chrome.
static base::FilePath GetStartMenuShortcut(const base::FilePath& chrome_exe);

Powered by Google App Engine
This is Rietveld 408576698