| 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 ff7638a3bb770f4a58cb742645df40088c17caa7..5c3f7be1e7d4de430df1f51dc2c9e56dc6f5e0d5 100644
|
| --- a/chrome/installer/util/google_chrome_distribution_dummy.cc
|
| +++ b/chrome/installer/util/google_chrome_distribution_dummy.cc
|
| @@ -56,6 +56,16 @@ string16 GoogleChromeDistribution::GetBaseAppId() {
|
| return string16();
|
| }
|
|
|
| +string16 GoogleChromeDistribution::GetBrowserProgIdPrefix() {
|
| + NOTREACHED();
|
| + return string16();
|
| +}
|
| +
|
| +string16 GoogleChromeDistribution::GetBrowserProgIdDesc() {
|
| + NOTREACHED();
|
| + return string16();
|
| +}
|
| +
|
| string16 GoogleChromeDistribution::GetInstallSubDir() {
|
| NOTREACHED();
|
| return string16();
|
|
|