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

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

Issue 1099403005: [AiS] changing mac omnibox suggestions form NSMatrix to NSTableView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/ui/cocoa/omnibox/omnibox_popup_cell.h
diff --git a/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.h b/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.h
index c1de5a5cef41bb0d958da13bbfdc53004ceaaf2e..d0177cd4864302b11e3770fdba063d61b464d71f 100644
--- a/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.h
+++ b/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.h
@@ -15,11 +15,8 @@ class OmniboxPopupViewMac;
// OmniboxPopupCell overrides how backgrounds are displayed to
// handle hover versus selected. So long as we're in there, it also
// provides some default initialization.
-@interface OmniboxPopupCell : NSButtonCell {
+@interface OmniboxPopupCell : NSButtonCell<NSCopying> {
@private
- // The popup view parent of this cell.
- OmniboxPopupViewMac* parent_;
dschuyler 2015/04/24 18:43:08 This wasn't being used.
groby-ooo-7-16 2015/04/24 20:11:16 If it's not used in existing code, might as well s
Scott Hess - ex-Googler 2015/04/25 06:04:27 I support this message. Also, I notice that a lot
-
// The match which will be rendered for this row in omnibox dropdown.
AutocompleteMatch match_;

Powered by Google App Engine
This is Rietveld 408576698