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

Unified Diff: chrome/browser/js_modal_dialog.h

Issue 6334002: Revert 71093 - Merging revision 68447... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/597/src/
Patch Set: Created 9 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/js_modal_dialog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | chrome/browser/js_modal_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698