Index: chrome/browser/ui/autofill/autofill_dialog_controller.h |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller.h b/chrome/browser/ui/autofill/autofill_dialog_controller.h |
index 4fee0bd1676ed968c6100c45d8245437fd97469a..a885a49210e997a0c6d5c3ed1a0ac51a12b1487d 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_controller.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller.h |
@@ -150,6 +150,10 @@ class AutofillDialogController { |
// Called when focus has changed position within the view. |
virtual void FocusMoved() = 0; |
+ // Called when a checkbox in the notification area has changed its state. |
+ virtual void CheckboxStateChanged(DialogNotification::Type type, |
Evan Stade
2013/04/08 18:07:05
nit: can you call this NotificationCheckboxStateCh
Dan Beam
2013/04/09 01:08:07
Done.
|
+ bool checked) = 0; |
+ |
// Miscellany ---------------------------------------------------------------- |
// Called when the view has been closed. |