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

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

Issue 10246007: Fix GetAppShortcutName to return a localized name for Chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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.h
diff --git a/chrome/installer/util/google_chrome_distribution.h b/chrome/installer/util/google_chrome_distribution.h
index 743bd38a449ef6b8ecef840996b53fe3f6a327ab..87c1997ebbdec64968bcd01f5d6d5a5f24424a2c 100644
--- a/chrome/installer/util/google_chrome_distribution.h
+++ b/chrome/installer/util/google_chrome_distribution.h
@@ -43,6 +43,8 @@ class GoogleChromeDistribution : public BrowserDistribution {
virtual std::wstring GetAlternateApplicationName() OVERRIDE;
+ virtual std::wstring GetAppShortCutName() OVERRIDE;
grt (UTC plus 2) 2012/04/27 13:00:25 move this between GetApplicationName and GetAltern
+
virtual std::wstring GetBrowserAppId() OVERRIDE;
virtual std::wstring GetInstallSubDir() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698