Index: chrome/browser/autocomplete/autocomplete_edit_view_mac.h |
diff --git a/chrome/browser/autocomplete/autocomplete_edit_view_mac.h b/chrome/browser/autocomplete/autocomplete_edit_view_mac.h |
index 914e84bc2be65a4be417c633e5a55fa6bb5acbe7..34125157ddd6b67f119fdd1da62f88ecb3232f89 100644 |
--- a/chrome/browser/autocomplete/autocomplete_edit_view_mac.h |
+++ b/chrome/browser/autocomplete/autocomplete_edit_view_mac.h |
@@ -30,8 +30,6 @@ class AutocompleteEditViewMac : public AutocompleteEditView, |
virtual ~AutocompleteEditViewMac(); |
// Implement the AutocompleteEditView interface. |
- // TODO(shess): See if this couldn't be simplified to: |
- // virtual AEM* model() const { ... } |
virtual AutocompleteEditModel* model() { return model_.get(); } |
virtual const AutocompleteEditModel* model() const { return model_.get(); } |
@@ -103,6 +101,10 @@ class AutocompleteEditViewMac : public AutocompleteEditView, |
// empty string if no appropriate data is found on |clipboard|. |
static std::wstring GetClipboardText(Clipboard* clipboard); |
+ // Helper to get the font to use in the field, exposed for the |
+ // popup. |
+ static NSFont* GetFieldFont(); |
+ |
// If |resource_id| has a PDF image which can be used, return it. |
// Otherwise return the PNG image from the resource bundle. |
static NSImage* ImageForResource(int resource_id); |