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..77be4453ceeff7549317f654a9b7e5754a43551e 100644 |
--- a/chrome/installer/util/shell_util.h |
+++ b/chrome/installer/util/shell_util.h |
@@ -18,6 +18,7 @@ |
#include "base/files/file_path.h" |
#include "base/logging.h" |
#include "base/string16.h" |
+#include "chrome/installer/util/browser_distribution.h" |
#include "chrome/installer/util/work_item_list.h" |
class BrowserDistribution; |
@@ -330,7 +331,9 @@ class ShellUtil { |
// Returns the string "|icon_path|,|icon_index|" (see, for example, |
// http://msdn.microsoft.com/library/windows/desktop/dd391573.aspx). |
- static string16 FormatIconLocation(const string16& icon_path, int icon_index); |
gab
2013/06/18 19:50:29
I prefer to keep the old signature here; all calle
calamity
2013/06/27 01:27:44
Done.
|
+ static string16 FormatIconLocation( |
+ const string16& icon_path, |
+ BrowserDistribution::ShortcutEnum shortcut_enum); |
gab
2013/06/18 19:50:29
All callers have a BrowserDistribution already, pa
|
// This method returns the command to open URLs/files using chrome. Typically |
// this command is written to the registry under shell\open\command key. |