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

Unified Diff: chrome/browser/cocoa/location_bar/star_decoration.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
Index: chrome/browser/cocoa/location_bar/star_decoration.mm
===================================================================
--- chrome/browser/cocoa/location_bar/star_decoration.mm (revision 53894)
+++ chrome/browser/cocoa/location_bar/star_decoration.mm (working copy)
@@ -30,7 +30,7 @@
}
void StarDecoration::SetStarred(bool starred) {
- const int image_id = starred ? IDR_OMNIBOX_STAR_LIT : IDR_OMNIBOX_STAR;
+ const int image_id = starred ? IDR_STAR_LIT : IDR_STAR;
const int tip_id = starred ? IDS_TOOLTIP_STARRED : IDS_TOOLTIP_STAR;
SetImage(AutocompleteEditViewMac::ImageForResource(image_id));
tooltip_.reset([l10n_util::GetNSStringWithFixup(tip_id) retain]);
« no previous file with comments | « chrome/browser/cocoa/location_bar/selected_keyword_decoration.mm ('k') | chrome/browser/gtk/location_bar_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698