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

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

Issue 21724002: rAc: try really hard not to ellipsize addresses (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync'd 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 948b17ecf477e13b0cc9af207bd7a6c0a28b7bba..0f7ad7bd9e8491223e1509f005e1f1dce0a05dee 100644
--- a/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.cc
+++ b/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.cc
@@ -24,8 +24,9 @@ MockAutofillDialogViewDelegate::MockAutofillDialogViewDelegate() {
DefaultValue<ValidityData>::Set(ValidityData());
DefaultValue<DialogSignedInState>::Set(REQUIRES_RESPONSE);
DefaultValue<gfx::Image>::Set(gfx::Image());
- DefaultValue<SuggestionState>::Set(SuggestionState(string16(),
- gfx::Font::NORMAL,
+ DefaultValue<SuggestionState>::Set(SuggestionState(false,
+ string16(),
+ string16(),
gfx::Image(),
string16(),
gfx::Image()));

Powered by Google App Engine
This is Rietveld 408576698