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

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

Issue 2778223004: Move GetBaseAppName into install_static. (Closed)
Patch Set: sync to position 460686 Created 3 years, 9 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
« no previous file with comments | « chrome/installer/setup/uninstall.cc ('k') | chrome/installer/util/browser_distribution.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « chrome/installer/setup/uninstall.cc ('k') | chrome/installer/util/browser_distribution.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698