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

Unified Diff: chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.mm

Issue 1701363002: Change the account chooser on Win to look like in the mocks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/ui/passwords/password_dialog_prompts.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.mm
diff --git a/chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.mm b/chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.mm
index 9c250dbae71513030547518c2ceaeb57b48cf15b..1462c7f32569eaad86fd5848bd13145ca0b9ec4a 100644
--- a/chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.mm
+++ b/chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.mm
@@ -24,8 +24,6 @@
#include "ui/base/resource/resource_bundle.h"
#include "ui/strings/grit/ui_strings.h"
-const SkColor kButtonHoverColor = SkColorSetRGB(0xEA, 0xEA, 0xEA);
-
@interface AccountChooserViewController () {
NSButton* cancelButton_; // Weak.
NSTextView* titleView_; // Weak.
« no previous file with comments | « no previous file | chrome/browser/ui/passwords/password_dialog_prompts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698