diff options
Diffstat (limited to 'chrome/browser/autofill/autofill_dialog_controller_mac.h')
-rw-r--r-- | chrome/browser/autofill/autofill_dialog_controller_mac.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/autofill/autofill_dialog_controller_mac.h b/chrome/browser/autofill/autofill_dialog_controller_mac.h index 220634b..3ea6900 100644 --- a/chrome/browser/autofill/autofill_dialog_controller_mac.h +++ b/chrome/browser/autofill/autofill_dialog_controller_mac.h @@ -43,9 +43,6 @@ class Profile; // Array of |AutoFillCreditCardViewController|. scoped_nsobject<NSMutableArray> creditCardFormViewControllers_; - scoped_nsobject<NSString> defaultAddressLabel_; - scoped_nsobject<NSString> defaultCreditCardLabel_; - AutoFillDialogObserver* observer_; // Weak, not retained. Profile* profile_; // Weak, not retained. AutoFillProfile* importedProfile_; // Weak, not retained. @@ -64,10 +61,6 @@ class Profile; // bound to this in nib. @property (nonatomic) BOOL auxiliaryEnabled; -// Property representing the default profile and credit card. -@property (nonatomic, copy) NSString* defaultAddressLabel; -@property (nonatomic, copy) NSString* defaultCreditCardLabel; - // Main interface for displaying an application modal autofill dialog on screen. // This class method creates a new |AutoFillDialogController| and runs it as a // modal dialog. The controller autoreleases itself when the dialog is closed. |