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

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

Issue 75873002: [SiteChip] Add the basic painting of the site chip button (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use constants Created 7 years 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/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 e088e3aba0d53a96ad60ec13fa54b9c6ffd26ab4..1dd00d3e699ade5ba26ac6c46b9304e5290a3df6 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
@@ -246,6 +246,8 @@ class LocationBarView : public LocationBar,
views::View* omnibox_view() { return omnibox_view_; }
+ const gfx::FontList& GetOmniboxFontList() const;
+
views::View* generated_credit_card_view();
// OmniboxEditController:

Powered by Google App Engine
This is Rietveld 408576698