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

Unified Diff: chrome/browser/ui/webui/large_icon_source.cc

Issue 1318523011: [Password Manager] Copiable username and origin. Linkable origin elided from the left. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Icons appearance fixed Created 5 years, 2 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/browser/ui/webui/large_icon_source.cc
diff --git a/chrome/browser/ui/webui/large_icon_source.cc b/chrome/browser/ui/webui/large_icon_source.cc
index 82ad0c473a711a66abe5aa4eb2eb190b7a6c269b..e6743f1efe1981aa50988b3b7721f2c0518d8c6e 100644
--- a/chrome/browser/ui/webui/large_icon_source.cc
+++ b/chrome/browser/ui/webui/large_icon_source.cc
@@ -65,7 +65,7 @@ void LargeIconSource::StartDataRequest(
large_icon_service_->GetLargeIconOrFallbackStyle(
url,
parser.size_in_pixels(), // Reducing this will enable scale up.
- parser.size_in_pixels(),
+ parser.size_in_pixels(), parser.fallback_icon_style(),
base::Bind(&LargeIconSource::OnLargeIconDataAvailable,
base::Unretained(this), callback, url,
parser.size_in_pixels()),

Powered by Google App Engine
This is Rietveld 408576698