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

Unified Diff: chrome/browser/android/logo_service.cc

Issue 1966203002: Use the NTP-MD flag for transparent doodle requests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « chrome/browser/android/chrome_feature_list.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/logo_service.cc
diff --git a/chrome/browser/android/logo_service.cc b/chrome/browser/android/logo_service.cc
index 6a980230f383003b800c1ae71459740a318d2a82..d8611819b33ab2b0fcb0234380907d4dc92cc920 100644
--- a/chrome/browser/android/logo_service.cc
+++ b/chrome/browser/android/logo_service.cc
@@ -128,7 +128,7 @@ void LogoService::GetLogo(search_provider_logos::LogoObserver* observer) {
base::Bind(&search_provider_logos::GoogleParseLogoResponse),
base::Bind(&search_provider_logos::GoogleAppendQueryparamsToLogoURL),
true, /* wants_cta */
- base::FeatureList::IsEnabled(chrome::android::kNTPTransparentDoodle));
+ base::FeatureList::IsEnabled(chrome::android::kNTPMaterialDesign));
logo_tracker_->GetLogo(observer);
}
« no previous file with comments | « chrome/browser/android/chrome_feature_list.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698