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

Unified Diff: chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.mm

Issue 2512783005: Fix //third_party/cec to not disable -Wunused-function. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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/cocoa/omnibox/omnibox_popup_cell.mm
diff --git a/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.mm b/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.mm
index 7e89c21686acbe789e1557a24239113c315295ee..449e4f0075a8d94eb51fde4ff1e3fae1b46de0f8 100644
--- a/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.mm
+++ b/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.mm
@@ -100,9 +100,6 @@ NSFont* LargeSuperscriptFont() {
NSFontDescriptor* descriptor = [font fontDescriptor];
return [NSFont fontWithDescriptor:descriptor size:size];
}
-NSFont* SmallFont() {
- return OmniboxViewMac::GetSmallFont();
-}
// Sets the writing direction to |direction| for a given |range| of
// |attributedString|.

Powered by Google App Engine
This is Rietveld 408576698