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

Unified Diff: content/shell/browser/shell.cc

Issue 1128963004: Test AX events fired when opening a select popup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test expectations Created 5 years, 7 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
Index: content/shell/browser/shell.cc
diff --git a/content/shell/browser/shell.cc b/content/shell/browser/shell.cc
index d051c091eac8bdae39675b410a1b482ff8afbb09..67552c80c2f4b2c09e3e782cee5ed1404558dc7a 100644
--- a/content/shell/browser/shell.cc
+++ b/content/shell/browser/shell.cc
@@ -121,8 +121,8 @@ void Shell::CloseAllWindows() {
std::vector<Shell*> open_windows(windows_);
for (size_t i = 0; i < open_windows.size(); ++i)
open_windows[i]->Close();
- PlatformExit();
base::MessageLoop::current()->RunUntilIdle();
+ PlatformExit();
}
void Shell::SetShellCreatedCallback(

Powered by Google App Engine
This is Rietveld 408576698