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

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

Issue 63053003: Ask libaddressinput for address components to use in requestAutocomplete(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: let's try this again, android Created 7 years, 1 month 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_dialog_views.h
diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.h b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
index e909576c38ccb5c8366d5d907e8f33890072c9df..4a65cf3ca0f5f289c507949f13dca2a4283aa2eb 100644
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.h
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
@@ -605,6 +605,9 @@ class AutofillDialogViews : public AutofillDialogView,
// due to an unmatched UpdatesStarted.
bool needs_update_;
+ // True when |details_container_| should not skip updating its layout.
+ bool details_container_needs_layout_;
+
// The window that displays |contents_|. Weak pointer; may be NULL when the
// dialog is closing.
views::Widget* window_;

Powered by Google App Engine
This is Rietveld 408576698