Index: chrome/installer/util/shell_util.h |
diff --git a/chrome/installer/util/shell_util.h b/chrome/installer/util/shell_util.h |
index 4c0e732fe98a64c7a6165408ef41190a1aedee62..08d590b89a88bb40a34686944f632b6ce0d50062 100644 |
--- a/chrome/installer/util/shell_util.h |
+++ b/chrome/installer/util/shell_util.h |
@@ -230,6 +230,14 @@ class ShellUtil { |
static string16 GetCurrentInstallationSuffix(BrowserDistribution* dist, |
const string16& chrome_exe); |
+ // Returns the application name of the program under |dist|. |
+ // This application name will be suffixed as is appropriate for the current |
+ // install. |
+ // This is the name that is registered with Default Programs on Windows and |
+ // that should thus be used to "make chrome default" and such. |
+ static string16 GetApplicationName(BrowserDistribution* dist, |
+ const string16& chrome_exe); |
+ |
// Make Chrome the default browser. This function works by going through |
// the url protocols and file associations that are related to general |
// browsing, e.g. http, https, .html etc., and requesting to become the |