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

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

Issue 1368363003: Programmatically render the omnibox border (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | chrome/browser/ui/views/location_bar/location_bar_view.cc » ('j') | 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.h
diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
index b98df637dbc1e759c6f61b35d4c49f5336b8f2fb..d5dba9ee3558b6bf04b7805242dcd16cbc8ca61c 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -402,7 +402,7 @@ class LocationBarView : public LocationBar,
// Our delegate.
Delegate* delegate_;
- // Object used to paint the border.
+ // Object used to paint the border when not being used in Material Design.
tdanderson 2015/09/28 15:52:12 nit: how about something like "Object used to pain
jonross 2015/09/28 17:42:30 Done.
scoped_ptr<views::Painter> border_painter_;
// An icon to the left of the edit field.
« no previous file with comments | « no previous file | chrome/browser/ui/views/location_bar/location_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698