| Index: chrome/browser/ui/autofill/autofill_dialog_types.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_types.h b/chrome/browser/ui/autofill/autofill_dialog_types.h
|
| index 00c6e798b31f4002026cf5fdce58a3037d5d7f30..2bc35a4db94f51253c40cc87132310a3b17a4381 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_types.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_types.h
|
| @@ -84,6 +84,7 @@ class DialogNotification {
|
| bool HasCheckbox() const;
|
|
|
| const string16& display_text() const { return display_text_; }
|
| + Type type() const { return type_; }
|
|
|
| private:
|
| Type type_;
|
|
|