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

Unified Diff: chrome/browser/ui/views/payments/validating_combobox.h

Issue 2895473005: [Payments] Have expiration date be on the same line in CC editor (Closed)
Patch Set: addressed comments Created 3 years, 7 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/payments/validating_combobox.h
diff --git a/chrome/browser/ui/views/payments/validating_combobox.h b/chrome/browser/ui/views/payments/validating_combobox.h
index 2a4ad8fb484582b37c1a8c25ca5e95b7e9bfe41a..e4ec1aace3645f8021d758ade56f40f2ee212418 100644
--- a/chrome/browser/ui/views/payments/validating_combobox.h
+++ b/chrome/browser/ui/views/payments/validating_combobox.h
@@ -43,7 +43,6 @@ class ValidatingCombobox : public views::Combobox,
void Validate();
std::unique_ptr<ValidationDelegate> delegate_;
- bool was_blurred_ = false;
bool being_removed_ = false;
DISALLOW_COPY_AND_ASSIGN(ValidatingCombobox);

Powered by Google App Engine
This is Rietveld 408576698