Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(511)

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller.h

Issue 13625002: Change the behavior of the [X] Save details to Wallet checkbox notification to: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698