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..11c229a5c80be0df8b7f57c52972cac33cb017de 100644 |
--- a/chrome/installer/util/google_chrome_distribution_dummy.cc |
+++ b/chrome/installer/util/google_chrome_distribution_dummy.cc |
@@ -147,3 +147,8 @@ bool GoogleChromeDistribution::HasUserExperiments() { |
NOTREACHED(); |
return false; |
} |
+ |
+int GoogleChromeDistribution::GetAppListIconIndex() { |
+ NOTREACHED(); |
+ return 0; |
+} |