| Index: chrome/browser/js_modal_dialog.h | 
| =================================================================== | 
| --- chrome/browser/js_modal_dialog.h	(revision 71077) | 
| +++ chrome/browser/js_modal_dialog.h	(working copy) | 
| @@ -78,10 +78,6 @@ | 
| 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, | 
| @@ -90,6 +86,9 @@ | 
|  | 
| // 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_; | 
|  | 
|  |