| Index: chrome/installer/util/google_chrome_sxs_distribution.cc
|
| diff --git a/chrome/installer/util/google_chrome_sxs_distribution.cc b/chrome/installer/util/google_chrome_sxs_distribution.cc
|
| index 5224a8cfef6a47566c57bd631ae2254afc59f6d0..d3d148364f88b2f843d6fcf2948035d68b5be6f6 100644
|
| --- a/chrome/installer/util/google_chrome_sxs_distribution.cc
|
| +++ b/chrome/installer/util/google_chrome_sxs_distribution.cc
|
| @@ -82,3 +82,7 @@ bool GoogleChromeSxSDistribution::HasUserExperiments() {
|
| string16 GoogleChromeSxSDistribution::ChannelName() {
|
| return kChannelName;
|
| }
|
| +
|
| +int GoogleChromeSxSDistribution::GetAppListIconIndex() {
|
| + return 6;
|
| +}
|
|
|