| 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 1db044641319f7756943b395b843346f9ecf37f1..09ba05e002708e453199e84dcbe025a9b9b708a5 100644
|
| --- a/chrome/installer/util/chrome_frame_distribution.cc
|
| +++ b/chrome/installer/util/chrome_frame_distribution.cc
|
| @@ -48,6 +48,16 @@ string16 ChromeFrameDistribution::GetAlternateApplicationName() {
|
| return product_name;
|
| }
|
|
|
| +string16 ChromeFrameDistribution::GetAppListShortcutName() {
|
| + NOTREACHED();
|
| + return string16();
|
| +}
|
| +
|
| +string16 ChromeFrameDistribution::GetAppShortcutsSubdirName() {
|
| + NOTREACHED();
|
| + return string16();
|
| +}
|
| +
|
| string16 ChromeFrameDistribution::GetInstallSubDir() {
|
| return L"Google\\Chrome Frame";
|
| }
|
|
|