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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc

Issue 17472002: Use new logos in requestAutocomplete splash page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/autofill/autofill_dialog_controller_impl.cc
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
index caa7fcc457a93f7dbfb29b7152045da49d505398..71bb7c7f65a6d0b6836948129487e78f867f36ea 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
@@ -1517,9 +1517,8 @@ gfx::Image AutofillDialogControllerImpl::SplashPageImage() const {
int show_count =
profile_->GetPrefs()->GetInteger(::prefs::kAutofillDialogShowCount);
if (show_count <= 4) {
- // TODO(estade): this logo is not the right size.
return ui::ResourceBundle::GetSharedInstance().GetImageNamed(
- IDR_PRODUCT_LOGO);
+ IDR_PRODUCT_LOGO_NAME_48);
}
return gfx::Image();
« chrome/app/theme/theme_resources.grd ('K') | « chrome/app/theme/theme_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698