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

Unified Diff: chrome/test/ui_test_utils.cc

Issue 328029: DevTools: fix and enable DevToolsExtensionDebugTest.TestContentScriptIsPresen... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | « chrome/test/data/devtools/page_with_content_script.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui_test_utils.cc
===================================================================
--- chrome/test/ui_test_utils.cc (revision 30177)
+++ chrome/test/ui_test_utils.cc (working copy)
@@ -83,7 +83,7 @@
explicit DOMOperationObserver(RenderViewHost* render_view_host) {
registrar_.Add(this, NotificationType::DOM_OPERATION_RESPONSE,
Source<RenderViewHost>(render_view_host));
- RunMessageLoop();
+ ui_test_utils::RunMessageLoop();
}
virtual void Observe(NotificationType type,
« no previous file with comments | « chrome/test/data/devtools/page_with_content_script.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698