| 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;
|
|
|
|
|