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

Unified Diff: chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm

Issue 10582009: mac: Remove star.pdf in favor of star.png (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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 | « chrome/app/theme/star_lit.pdf ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm
diff --git a/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm b/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm
index a4c30588224660b74f865805b7a8069be3bb5e37..2239e2aa265f322097bd54fdda204aa9862b35bb 100644
--- a/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm
+++ b/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm
@@ -135,11 +135,6 @@ NSImage* OmniboxViewMac::ImageForResource(int resource_id) {
NSString* image_name = nil;
switch(resource_id) {
- // From the autocomplete popup, or the star icon at the RHS of the
- // text field.
- 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/star_lit.pdf ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698