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

Unified Diff: chrome/browser/ui/views/autofill/autofill_popup_base_view.h

Issue 342833002: [Password Generation] Update Aura UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Coments Created 6 years, 5 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/views/autofill/autofill_popup_base_view.h
diff --git a/chrome/browser/ui/views/autofill/autofill_popup_base_view.h b/chrome/browser/ui/views/autofill/autofill_popup_base_view.h
index 10ca20193509920a34a55b7f1c230e58a3bf52b8..5a9e32fb540b7b319b2e57b95a71b8442efabe46 100644
--- a/chrome/browser/ui/views/autofill/autofill_popup_base_view.h
+++ b/chrome/browser/ui/views/autofill/autofill_popup_base_view.h
@@ -26,6 +26,14 @@ namespace autofill {
class AutofillPopupBaseView : public views::WidgetDelegateView,
public views::WidgetFocusChangeListener,
public views::WidgetObserver {
+ public:
+ static const SkColor kBorderColor;
+ static const SkColor kHoveredBackgroundColor;
+ static const SkColor kItemTextColor;
+ static const SkColor kPopupBackground;
+ static const SkColor kValueTextColor;
+ static const SkColor kWarningTextColor;
+
protected:
explicit AutofillPopupBaseView(AutofillPopupViewDelegate* delegate,
views::Widget* observing_widget);
@@ -40,13 +48,6 @@ class AutofillPopupBaseView : public views::WidgetDelegateView,
// Update size of popup and paint.
void DoUpdateBoundsAndRedrawPopup();
- static const SkColor kBorderColor;
- static const SkColor kHoveredBackgroundColor;
- static const SkColor kItemTextColor;
- static const SkColor kPopupBackground;
- static const SkColor kValueTextColor;
- static const SkColor kWarningTextColor;
-
private:
friend class AutofillPopupBaseViewTest;

Powered by Google App Engine
This is Rietveld 408576698