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

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

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/chrome_frame_distribution.cc
diff --git a/chrome/installer/util/chrome_frame_distribution.cc b/chrome/installer/util/chrome_frame_distribution.cc
index 8be7d497219935466516aa7fd981db9466591ce5..2528b967f7a90d73a9b64d248be35ea5455bc3d6 100644
--- a/chrome/installer/util/chrome_frame_distribution.cc
+++ b/chrome/installer/util/chrome_frame_distribution.cc
@@ -32,7 +32,7 @@ string16 ChromeFrameDistribution::GetAppGuid() {
return kChromeFrameGuid;
}
-string16 ChromeFrameDistribution::GetApplicationName() {
+string16 ChromeFrameDistribution::GetUnsuffixedAppName() {
return L"Google Chrome Frame";
}

Powered by Google App Engine
This is Rietveld 408576698