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

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

Issue 15255004: Refactor of BrowserDistribution. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rework 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..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.

Powered by Google App Engine
This is Rietveld 408576698