Index: chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h |
diff --git a/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h b/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h |
index 3fbe904ef2f58d4479126d1a5a3a4a1bfd17f0e4..174fee100e6b6f6e78599a32e554733e35a246f7 100644 |
--- a/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h |
+++ b/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h |
@@ -154,6 +154,9 @@ class OmniboxViewMac : public OmniboxView, |
// though here we cannot really do the in-place operation they do. |
void EmphasizeURLComponents() override; |
+ // Apply our font and paragraph style to |as|. |
+ void ApplyTextStyle(NSMutableAttributedString* as); |
+ |
// Calculates text attributes according to |display_text| and applies them |
// to the given |as| object. |
void ApplyTextAttributes(const base::string16& display_text, |