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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.h

Issue 2563863003: [Autofill] Remove AutofillPopupController::IsWarning() (Closed)
Patch Set: fix Created 4 years 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/autofill/autofill_popup_base_view_cocoa.h
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.h b/chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.h
index 4b59b37e9b1030503ad1bc74dde387d43c75ca1f..a122a73474c466bdf3449c0d4922652e7da67edc 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.h
+++ b/chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.h
@@ -24,7 +24,6 @@ class AutofillPopupViewDelegate;
- (NSColor*)nameColor;
- (NSColor*)separatorColor;
- (NSColor*)subtextColor;
-- (NSColor*)warningColor;
- (id)initWithDelegate:(autofill::AutofillPopupViewDelegate*)delegate
frame:(NSRect)frame;

Powered by Google App Engine
This is Rietveld 408576698