| Index: chrome/installer/util/google_chrome_binaries_distribution.cc
|
| diff --git a/chrome/installer/util/google_chrome_binaries_distribution.cc b/chrome/installer/util/google_chrome_binaries_distribution.cc
|
| index 16c177d02d406ae6a3f891d5e2aa2de2df77a4b5..e5ad75121bb0b69332f6812866d2897a0bf8e6bb 100644
|
| --- a/chrome/installer/util/google_chrome_binaries_distribution.cc
|
| +++ b/chrome/installer/util/google_chrome_binaries_distribution.cc
|
| @@ -25,10 +25,16 @@ string16 GoogleChromeBinariesDistribution::GetAppGuid() {
|
| return kChromeBinariesGuid;
|
| }
|
|
|
| -string16 GoogleChromeBinariesDistribution::GetAppShortCutName() {
|
| +string16 GoogleChromeBinariesDistribution::GetDisplayName() {
|
| return kChromeBinariesName;
|
| }
|
|
|
| +string16 GoogleChromeBinariesDistribution::GetShortcutName(
|
| + ShortcutType shortcut_type) {
|
| + NOTREACHED();
|
| + return string16();
|
| +}
|
| +
|
| string16 GoogleChromeBinariesDistribution::GetStateKey() {
|
| return string16(google_update::kRegPathClientState)
|
| .append(1, L'\\')
|
|
|