| 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..1c267d34629fc6549a49bdf95b0b6a77eeca238c 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(
|
| + ShortcutEnum shortcut_enum) {
|
| + NOTREACHED();
|
| + return string16();
|
| +}
|
| +
|
| string16 GoogleChromeBinariesDistribution::GetStateKey() {
|
| return string16(google_update::kRegPathClientState)
|
| .append(1, L'\\')
|
|
|