Index: chrome/installer/util/browser_distribution.h |
diff --git a/chrome/installer/util/browser_distribution.h b/chrome/installer/util/browser_distribution.h |
index 9f1ac4b5e0f3f88e5efb703ad75947eadeb217e5..1e5eb8c0f02dc25a48158b733c6639707e44def8 100644 |
--- a/chrome/installer/util/browser_distribution.h |
+++ b/chrome/installer/util/browser_distribution.h |
@@ -45,13 +45,6 @@ class BrowserDistribution { |
const base::FilePath& local_data_path, |
const base::string16& distribution_data); |
- // Returns the unsuffixed application name of this program. |
- // This is the base of the name registered with Default Programs on Windows. |
- // IMPORTANT: This should only be called by the installer which needs to make |
- // decisions on the suffixing of the upcoming install, not by external callers |
- // at run-time. |
- virtual base::string16 GetBaseAppName(); |
- |
// Returns the localized display name of this distribution. |
virtual base::string16 GetDisplayName(); |