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

Unified Diff: components/favicon/core/large_icon_service.cc

Issue 2804293003: [LargeIconService] Adding URL fallback for the server (Closed)
Patch Set: Fix the unit-test Created 3 years, 8 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 | « no previous file | components/favicon/core/large_icon_service_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/favicon/core/large_icon_service.cc
diff --git a/components/favicon/core/large_icon_service.cc b/components/favicon/core/large_icon_service.cc
index e44e5c7d8e189a020004a5bed931b19259677702..0153ddf34304ffb213863c0486a01a34ff20a270 100644
--- a/components/favicon/core/large_icon_service.cc
+++ b/components/favicon/core/large_icon_service.cc
@@ -32,7 +32,7 @@ namespace {
const char kGoogleServerV2RequestFormat[] =
"https://t0.gstatic.com/faviconV2?"
"client=chrome&drop_404_icon=true&size=%d&min_size=%d&max_size=%d&"
- "fallback_opts=TYPE,SIZE&url=%s";
+ "fallback_opts=TYPE,SIZE,URL&url=%s";
const int kGoogleServerV2MaxSizeInPixel = 128;
const int kGoogleServerV2DesiredSizeInPixel = 64;
« no previous file with comments | « no previous file | components/favicon/core/large_icon_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698