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

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: Initial 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 1ed212a879a47c4be1bed7759dc5b5d8b285f8f3..8e756738de52171735658ae8c62acd99789c44ac 100644
--- a/chrome/browser/ui/views/payments/validating_combobox.h
+++ b/chrome/browser/ui/views/payments/validating_combobox.h
@@ -40,7 +40,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