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); |