Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(482)

Unified Diff: chrome/installer/util/google_chrome_distribution.cc

Issue 15255004: Refactor of BrowserDistribution. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/installer/util/google_chrome_distribution.cc
diff --git a/chrome/installer/util/google_chrome_distribution.cc b/chrome/installer/util/google_chrome_distribution.cc
index 14ce3099cb256db0f94a856e65056e112cbb2a4d..56b6d447b2ee309550a57ec5dbae90cd2e00caee 100644
--- a/chrome/installer/util/google_chrome_distribution.cc
+++ b/chrome/installer/util/google_chrome_distribution.cc
@@ -278,3 +278,7 @@ bool GoogleChromeDistribution::ShouldSetExperimentLabels() {
bool GoogleChromeDistribution::HasUserExperiments() {
return true;
}
+
+int GoogleChromeDistribution::GetAppListIconIndex() {
+ return 5;
+}

Powered by Google App Engine
This is Rietveld 408576698