summaryrefslogtreecommitdiffstats
path: root/chrome/browser/app_modal_dialog.h
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-10 19:33:18 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-10 19:33:18 +0000
commita1d5396ed9f2101d021031675eab55aafb3a2894 (patch)
tree256d3e518348bbc962075591a9922720422f3dd8 /chrome/browser/app_modal_dialog.h
parent7a2a9ce8a5fd79c2fbb5bf3db7a7d58bbd73ce80 (diff)
downloadchromium_src-a1d5396ed9f2101d021031675eab55aafb3a2894.zip
chromium_src-a1d5396ed9f2101d021031675eab55aafb3a2894.tar.gz
chromium_src-a1d5396ed9f2101d021031675eab55aafb3a2894.tar.bz2
Convert JavascriptAlertActivatesTab to browser_tests framework.
This should make it non-flaky, so I un-disabled the test. I also added necessary plumbing so we can wait for AppModalDialog to appear and close it. TEST=Covered by browser_tests. http://crbug.com/16062 Review URL: http://codereview.chromium.org/149460 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20400 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/app_modal_dialog.h')
-rw-r--r--chrome/browser/app_modal_dialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/app_modal_dialog.h b/chrome/browser/app_modal_dialog.h
index 325c222..8d44d64 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.