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

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

Issue 10446111: Abstract suffixing logic away from GetApplicationName (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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_sxs_distribution.h
diff --git a/chrome/installer/util/google_chrome_sxs_distribution.h b/chrome/installer/util/google_chrome_sxs_distribution.h
index 93867ff1a31632f2f7a139103a9104af6f322e83..bdc02d2071df8c6637ec9af805a7ebb34390bb7c 100644
--- a/chrome/installer/util/google_chrome_sxs_distribution.h
+++ b/chrome/installer/util/google_chrome_sxs_distribution.h
@@ -20,7 +20,7 @@
// system level install and setting as default browser.
class GoogleChromeSxSDistribution : public GoogleChromeDistribution {
public:
- virtual string16 GetApplicationName() OVERRIDE;
+ virtual string16 GetUnsuffixedAppName() OVERRIDE;
virtual string16 GetAppShortCutName() OVERRIDE;
virtual string16 GetBrowserAppId() OVERRIDE;
virtual string16 GetInstallSubDir() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698