| Index: chrome/browser/js_modal_dialog.h
|
| ===================================================================
|
| --- chrome/browser/js_modal_dialog.h (revision 71385)
|
| +++ chrome/browser/js_modal_dialog.h (working copy)
|
| @@ -78,6 +78,10 @@
|
| bool display_suppress_checkbox() const { return display_suppress_checkbox_; }
|
| bool is_before_unload_dialog() const { return is_before_unload_dialog_; }
|
|
|
| + protected:
|
| + // Overridden from AppModalDialog:
|
| + virtual void Cleanup();
|
| +
|
| private:
|
| // Overridden from NotificationObserver:
|
| virtual void Observe(NotificationType type,
|
| @@ -86,9 +90,6 @@
|
|
|
| // Initializes for notifications to listen.
|
| void InitNotifications();
|
| - // Updates the delegate with the result of the dialog.
|
| - void UpdateDelegate(bool success, const std::wstring& prompt_text,
|
| - bool suppress_js_messages);
|
|
|
| NotificationRegistrar registrar_;
|
|
|
|
|