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

Unified Diff: chrome/installer/util/google_chrome_distribution.cc

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
Index: chrome/installer/util/google_chrome_distribution.cc
diff --git a/chrome/installer/util/google_chrome_distribution.cc b/chrome/installer/util/google_chrome_distribution.cc
index 7aac9cd8e68edf1b22ce51cce82d2adb4e637579..15379a765a94e4a8ebacee2688b7de206a43a128 100644
--- a/chrome/installer/util/google_chrome_distribution.cc
+++ b/chrome/installer/util/google_chrome_distribution.cc
@@ -141,17 +141,6 @@ void GoogleChromeDistribution::DoPostUninstallOperations(
NavigateToUrlWithIExplore(url);
}
-base::string16 GoogleChromeDistribution::GetBaseAppName() {
- // I'd really like to return L ## PRODUCT_FULLNAME_STRING; but that's no good
- // since it'd be "Chromium" in a non-Chrome build, which isn't at all what I
- // want. Sigh.
- return L"Google Chrome";
-}
-
-base::string16 GoogleChromeDistribution::GetShortcutName() {
- return installer::GetLocalizedString(IDS_PRODUCT_NAME_BASE);
-}
-
base::string16 GoogleChromeDistribution::GetPublisherName() {
const base::string16& publisher_name =
installer::GetLocalizedString(IDS_ABOUT_VERSION_COMPANY_NAME_BASE);
« no previous file with comments | « chrome/installer/util/google_chrome_distribution.h ('k') | chrome/installer/util/google_chrome_distribution_dummy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698