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

Unified Diff: chrome/browser/cocoa/autocomplete_text_field_unittest.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_unittest.mm
===================================================================
--- chrome/browser/cocoa/autocomplete_text_field_unittest.mm (revision 43646)
+++ chrome/browser/cocoa/autocomplete_text_field_unittest.mm (working copy)
@@ -588,7 +588,8 @@
MockLocationIconView location_icon_view(NULL);
[cell setLocationIconView:&location_icon_view];
location_icon_view.SetImage(
- ResourceBundle::GetSharedInstance().GetNSImageNamed(IDR_SECURE));
+ ResourceBundle::GetSharedInstance().GetNSImageNamed(
+ IDR_OMNIBOX_HTTPS_VALID));
location_icon_view.SetVisible(true);
NSRect iconFrame([cell locationIconFrameForFrame:[field_ bounds]]);
@@ -605,7 +606,8 @@
MockLocationIconView location_icon_view(NULL);
location_icon_view.SetImage(
- ResourceBundle::GetSharedInstance().GetNSImageNamed(IDR_SECURE));
+ ResourceBundle::GetSharedInstance().GetNSImageNamed(
+ IDR_OMNIBOX_HTTPS_VALID));
[cell setLocationIconView:&location_icon_view];
MockPageActionImageView page_action_view;
« no previous file with comments | « chrome/browser/cocoa/autocomplete_text_field_cell_unittest.mm ('k') | chrome/browser/cocoa/location_bar_view_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698