| Index: chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h b/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h
|
| index 16a4ea0d3f64ffd79903c922e1489157ebff9b88..0b7edaf174d78fafb870e32c8bc490c6d9bff5fb 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h
|
| @@ -147,6 +147,7 @@ class AutofillDialogCocoa : public AutofillDialogView,
|
| forInput:(const autofill::DetailInput&)input;
|
| - (void)getInputs:(autofill::DetailOutputMap*)outputs
|
| forSection:(autofill::DialogSection)section;
|
| +- (NSString*)getCvc;
|
| - (BOOL)saveDetailsLocally;
|
| - (content::NavigationController*)showSignIn;
|
| - (void)hideSignIn;
|
|
|