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

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

Issue 17553002: Revert 207787 "Use new logos in requestAutocomplete splash page." (Closed) Base URL: svn://svn.chromium.org/chrome/
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
« no previous file with comments | « trunk/src/chrome/app/theme/theme_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
===================================================================
--- trunk/src/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (revision 207800)
+++ trunk/src/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (working copy)
@@ -1521,8 +1521,9 @@
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_NAME_48);
+ IDR_PRODUCT_LOGO);
}
return gfx::Image();
« no previous file with comments | « trunk/src/chrome/app/theme/theme_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698