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

Unified Diff: chrome/browser/autocomplete/autocomplete_edit_view_mac.mm

Issue 3035034: Modified resources for M6 theme. This doesn't actually modify layout yet, ju... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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 | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/browser_theme_pack.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/autocomplete_edit_view_mac.mm
===================================================================
--- chrome/browser/autocomplete/autocomplete_edit_view_mac.mm (revision 53894)
+++ chrome/browser/autocomplete/autocomplete_edit_view_mac.mm (working copy)
@@ -126,8 +126,8 @@
switch(resource_id) {
// From the autocomplete popup, or the star icon at the RHS of the
// text field.
- case IDR_OMNIBOX_STAR: image_name = @"omnibox_star.pdf"; break;
- case IDR_OMNIBOX_STAR_LIT: image_name = @"omnibox_star_lit.pdf"; break;
+ case IDR_STAR: image_name = @"star.pdf"; break;
+ case IDR_STAR_LIT: image_name = @"star_lit.pdf"; break;
// Values from |AutocompleteMatch::TypeToIcon()|.
case IDR_OMNIBOX_SEARCH: image_name = @"omnibox_search.pdf"; break;
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/browser_theme_pack.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698