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

Unified Diff: components/search_provider_logos/google_logo_api.h

Issue 2760003002: [Home] Use white doodle background when Chrome Home is enabled (Closed)
Patch Set: Update ios/chrome/browser/google/google_logo_service.mm Created 3 years, 9 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: components/search_provider_logos/google_logo_api.h
diff --git a/components/search_provider_logos/google_logo_api.h b/components/search_provider_logos/google_logo_api.h
index 7415c6cb290b8b6f8827887a6a7f223a85fe0ba7..d1d85b9ba6fbbcb8091a5ff2839fc54a31a5e4f4 100644
--- a/components/search_provider_logos/google_logo_api.h
+++ b/components/search_provider_logos/google_logo_api.h
@@ -19,7 +19,7 @@ namespace search_provider_logos {
GURL GoogleAppendQueryparamsToLogoURL(const GURL& logo_url,
const std::string& fingerprint,
bool wants_cta,
- bool transparent);
+ bool gray_background);
// Implements ParseLogoResponse, defined in logo_tracker.h, for Google doodles.
std::unique_ptr<EncodedLogo> GoogleParseLogoResponse(

Powered by Google App Engine
This is Rietveld 408576698