| 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 84aa4be603751ff90328ddbe1e54b430ceb8e94c..4b41b44954aea355588601d50945c5ca99f360d0 100644
|
| --- a/chrome/installer/util/google_chrome_distribution.cc
|
| +++ b/chrome/installer/util/google_chrome_distribution.cc
|
| @@ -415,7 +415,7 @@ string16 GoogleChromeDistribution::GetAppGuid() {
|
| return product_guid();
|
| }
|
|
|
| -string16 GoogleChromeDistribution::GetApplicationName() {
|
| +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.
|
|
|