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

Unified Diff: chrome/browser/cocoa/autocomplete_text_field_cell.mm

Issue 1560015: Replace omnibox icons with new set that are all the same size (19x19).... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 9 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/cocoa/autocomplete_text_field_cell.mm
===================================================================
--- chrome/browser/cocoa/autocomplete_text_field_cell.mm (revision 43646)
+++ chrome/browser/cocoa/autocomplete_text_field_cell.mm (working copy)
@@ -180,7 +180,7 @@
// Get the magnifying glass to put at the front of the string.
ResourceBundle& rb = ResourceBundle::GetSharedInstance();
- NSImage* image = rb.GetNSImageNamed(IDR_O2_SEARCH);
+ NSImage* image = rb.GetNSImageNamed(IDR_OMNIBOX_SEARCH);
const NSSize imageSize = [image size];
// Based on what fits, choose |fullString| with the image,

Powered by Google App Engine
This is Rietveld 408576698