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

Unified Diff: chrome/installer/util/google_chrome_sxs_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
« no previous file with comments | « chrome/installer/util/google_chrome_sxs_distribution.h ('k') | chrome/installer/util/shell_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/google_chrome_sxs_distribution.cc
diff --git a/chrome/installer/util/google_chrome_sxs_distribution.cc b/chrome/installer/util/google_chrome_sxs_distribution.cc
index e04813566a734947177b4c96780140112134a05f..72688d413f006d4a1ddc9f7896711134f1b2892f 100644
--- a/chrome/installer/util/google_chrome_sxs_distribution.cc
+++ b/chrome/installer/util/google_chrome_sxs_distribution.cc
@@ -21,10 +21,6 @@ GoogleChromeSxSDistribution::GoogleChromeSxSDistribution()
: GoogleChromeDistribution(std::unique_ptr<AppRegistrationData>(
new UpdatingAppRegistrationData(kChromeSxSGuid))) {}
-base::string16 GoogleChromeSxSDistribution::GetBaseAppName() {
- return L"Google Chrome Canary";
-}
-
base::string16 GoogleChromeSxSDistribution::GetShortcutName() {
return installer::GetLocalizedString(IDS_SXS_SHORTCUT_NAME_BASE);
}
« no previous file with comments | « chrome/installer/util/google_chrome_sxs_distribution.h ('k') | chrome/installer/util/shell_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698