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

Unified Diff: chrome/browser/ui/views/location_bar/location_bar_view.cc

Issue 187603007: Rename IDR_OMNIBOX_BORDER_AND_SHADOW_* to IDR_TEXTFIELD_*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename IDR_OMNIBOX_BORDER_AND_SHADOW_* to IDR_TEXTFIELD_*. Created 6 years, 10 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/browser/ui/views/find_bar_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/location_bar/location_bar_view.cc
diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.cc b/chrome/browser/ui/views/location_bar/location_bar_view.cc
index f8a352ca7dcf710c45bc98dee036e60140343e37..df73e4c8b9699a93eb0a1de6b608df224339c5f2 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.cc
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc
@@ -253,8 +253,7 @@ void LocationBarView::Init() {
const int kOmniboxPopupBorderImages[] =
IMAGE_GRID(IDR_OMNIBOX_POPUP_BORDER_AND_SHADOW);
- const int kOmniboxBorderImages[] =
- IMAGE_GRID(IDR_OMNIBOX_BORDER_AND_SHADOW);
+ const int kOmniboxBorderImages[] = IMAGE_GRID(IDR_TEXTFIELD);
border_painter_.reset(views::Painter::CreateImageGridPainter(
is_popup_mode_ ? kOmniboxPopupBorderImages : kOmniboxBorderImages));
« no previous file with comments | « chrome/browser/ui/views/find_bar_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698