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

Unified Diff: chrome/browser/autocomplete/autocomplete_edit_view_mac.h

Issue 2127009: Cleanup a bunch of TODO(shess). (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: Created 10 years, 7 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
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);

Powered by Google App Engine
This is Rietveld 408576698