| Index: chrome/browser/ui/cocoa/autofill/autofill_main_container.h
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_main_container.h b/chrome/browser/ui/cocoa/autofill/autofill_main_container.h
|
| index f4be2d1e043ed3b22de20e7c9481b10f056e504f..559f5483a0f3cdc7bac04014f693cd1f23281d7a 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_main_container.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_main_container.h
|
| @@ -71,6 +71,9 @@ namespace autofill {
|
| // Validates form input data.
|
| - (BOOL)validate;
|
|
|
| +// Updates status of "save in Chrome" checkbox.
|
| +- (void)updateSaveInChrome;
|
| +
|
| @end
|
|
|
|
|
|
|