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

Unified Diff: chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.cc

Issue 23806002: [rAc] Disable sign-in link while the user's signed-in state is unknown. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile Created 7 years, 4 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/autofill/mock_autofill_dialog_view_delegate.cc
diff --git a/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.cc b/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.cc
index 0f7ad7bd9e8491223e1509f005e1f1dce0a05dee..0239292b1262c192e229fafb9856ded324b113d3 100644
--- a/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.cc
+++ b/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.cc
@@ -22,7 +22,6 @@ MockAutofillDialogViewDelegate::MockAutofillDialogViewDelegate() {
DefaultValue<const DetailInputs&>::Set(default_inputs_);
DefaultValue<string16>::Set(string16());
DefaultValue<ValidityData>::Set(ValidityData());
- DefaultValue<DialogSignedInState>::Set(REQUIRES_RESPONSE);
DefaultValue<gfx::Image>::Set(gfx::Image());
DefaultValue<SuggestionState>::Set(SuggestionState(false,
string16(),
@@ -55,7 +54,6 @@ MockAutofillDialogViewDelegate::~MockAutofillDialogViewDelegate() {
DefaultValue<SuggestionState>::Clear();
DefaultValue<gfx::Image>::Clear();
- DefaultValue<DialogSignedInState>::Clear();
DefaultValue<ValidityData>::Clear();
DefaultValue<string16>::Clear();
DefaultValue<const DetailInputs&>::Clear();

Powered by Google App Engine
This is Rietveld 408576698