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

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

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.mm
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.mm b/chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.mm
index faa09e2e2814464aca40655d5b1fcdc4cb1ee060..2daba8c538925c279ab8dcbc0b58869e79244e5b 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.mm
+++ b/chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.mm
@@ -41,14 +41,6 @@ - (NSColor*)subtextColor {
alpha:1.0];
}
-- (NSColor*)warningColor {
- // Represents #646464.
- return [NSColor colorWithCalibratedRed:100.0 / 255.0
- green:100.0 / 255.0
- blue:100.0 / 255.0
- alpha:1.0];
-}
-
#pragma mark -
#pragma mark Public methods

Powered by Google App Engine
This is Rietveld 408576698