| Index: chrome/browser/app_modal_dialog.h
|
| diff --git a/chrome/browser/app_modal_dialog.h b/chrome/browser/app_modal_dialog.h
|
| index 325c2229e7f682aecca109af7bf473425e02474a..8d44d6428d1af3c56f6ffec5551689cea343107f 100644
|
| --- a/chrome/browser/app_modal_dialog.h
|
| +++ b/chrome/browser/app_modal_dialog.h
|
| @@ -95,6 +95,9 @@ class AppModalDialog : public NotificationObserver {
|
| const NotificationSource& source,
|
| const NotificationDetails& details);
|
|
|
| + // Sends APP_MODAL_DIALOG_CLOSED notification.
|
| + void SendCloseNotification();
|
| +
|
| NotificationRegistrar registrar_;
|
|
|
| // A reference to the platform native dialog box.
|
|
|