| Index: chrome/installer/util/google_chrome_distribution_dummy.cc
|
| diff --git a/chrome/installer/util/google_chrome_distribution_dummy.cc b/chrome/installer/util/google_chrome_distribution_dummy.cc
|
| index 623870c7ea5f03f027effa9def816436a9a319ec..ff7638a3bb770f4a58cb742645df40088c17caa7 100644
|
| --- a/chrome/installer/util/google_chrome_distribution_dummy.cc
|
| +++ b/chrome/installer/util/google_chrome_distribution_dummy.cc
|
| @@ -41,14 +41,14 @@ string16 GoogleChromeDistribution::GetBaseAppName() {
|
| return string16();
|
| }
|
|
|
| -string16 GoogleChromeDistribution::GetAppShortCutName() {
|
| +string16 GoogleChromeDistribution::GetShortcutName(ShortcutType shortcut_type) {
|
| NOTREACHED();
|
| return string16();
|
| }
|
|
|
| -string16 GoogleChromeDistribution::GetAlternateApplicationName() {
|
| +int GoogleChromeDistribution::GetIconIndex(ShortcutType shortcut_type) {
|
| NOTREACHED();
|
| - return string16();
|
| + return 0;
|
| }
|
|
|
| string16 GoogleChromeDistribution::GetBaseAppId() {
|
|
|