summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/cocoa/autofill/autofill_notification_container.h
diff options
context:
space:
mode:
authorisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-05 23:30:49 +0000
committerisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-05 23:30:49 +0000
commitf9a19d36381b0960a80229369f250472bc287e01 (patch)
treef960ff87fb2fdfd5b2591afb9d651026567b8439 /chrome/browser/ui/cocoa/autofill/autofill_notification_container.h
parent69c0c68600a4e30e9bac2385c31873a7c145793f (diff)
downloadchromium_src-f9a19d36381b0960a80229369f250472bc287e01.zip
chromium_src-f9a19d36381b0960a80229369f250472bc287e01.tar.gz
chromium_src-f9a19d36381b0960a80229369f250472bc287e01.tar.bz2
[rAc OSX] Enable links in Autofill dialog notifications.
Along the way, simplify the notification container by having individual notification controllers send messages to the Autofill dialog's controller directly. BUG=286528 TEST=(see bug) R=groby@chromium.org Review URL: https://codereview.chromium.org/56183004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233134 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/cocoa/autofill/autofill_notification_container.h')
-rw-r--r--chrome/browser/ui/cocoa/autofill/autofill_notification_container.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_notification_container.h b/chrome/browser/ui/cocoa/autofill/autofill_notification_container.h
index 22352b9..3758d43 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_notification_container.h
+++ b/chrome/browser/ui/cocoa/autofill/autofill_notification_container.h
@@ -30,9 +30,6 @@ namespace autofill {
// View that the arrow is anchored to. Weak.
NSView* anchorView_;
- // The notification that the checkbox is associated with.
- scoped_ptr<autofill::DialogNotification> checkboxNotification_;
-
// Main delegate for the dialog. Weak, owns dialog.
autofill::AutofillDialogViewDelegate* delegate_;
}
@@ -50,8 +47,6 @@ namespace autofill {
// with center of anchorView. (horizontally only).
- (void)setAnchorView:(NSView*)anchorView;
-- (IBAction)checkboxClicked:(id)sender;
-
@end
#endif // CHROME_BROWSER_UI_COCOA_AUTOFILL_AUTOFILL_NOTIFICATION_CONTAINER_H_