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

Unified Diff: chrome/browser/app_modal_dialog.h

Issue 149460: Convert JavascriptAlertActivatesTab to browser_tests framework. (Closed)
Patch Set: kill duplication Created 11 years, 5 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/app_modal_dialog.cc » ('j') | chrome/common/notification_type.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | chrome/browser/app_modal_dialog.cc » ('j') | chrome/common/notification_type.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698