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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h

Issue 100203003: [rAC, OSX] Allow controller to validate data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/cocoa/autofill/autofill_dialog_window_controller.h
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h b/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h
index ba2bb177130fefa832776d3e531f98d9a53cb485..88f58b369e1c9ce13f2eb56230e529e37298bdc4 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h
+++ b/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h
@@ -36,6 +36,7 @@ class AutofillDialogCocoa;
- (void)updateAccountChooser;
- (void)updateButtonStrip;
- (void)updateSection:(autofill::DialogSection)section;
+- (void)updateForErrors;
- (void)fillSection:(autofill::DialogSection)section
forInput:(const autofill::DetailInput&)input;
- (void)getInputs:(autofill::FieldValueMap*)outputs

Powered by Google App Engine
This is Rietveld 408576698