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

Unified Diff: Source/core/testing/InspectorFrontendClientLocal.h

Issue 18729002: Enable message delivering in inspector-protocol tests when on pause (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 7 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
Index: Source/core/testing/InspectorFrontendClientLocal.h
diff --git a/Source/core/testing/InspectorFrontendClientLocal.h b/Source/core/testing/InspectorFrontendClientLocal.h
index ba5f7d3e786c688547b93c6d7de8c6471a6b6da4..1d0d64437d4e1d36efd422097ad75bb198cac751 100644
--- a/Source/core/testing/InspectorFrontendClientLocal.h
+++ b/Source/core/testing/InspectorFrontendClientLocal.h
@@ -40,7 +40,7 @@ namespace WebCore {
class Frame;
class InspectorController;
-class InspectorBackendDispatchTask;
+class InspectorBackendMessageQueue;
class InspectorFrontendHost;
class Page;
@@ -80,7 +80,7 @@ private:
Page* m_frontendPage;
// TODO(yurys): this ref shouldn't be needed.
RefPtr<InspectorFrontendHost> m_frontendHost;
- OwnPtr<InspectorBackendDispatchTask> m_dispatchTask;
+ RefPtr<InspectorBackendMessageQueue> m_messageQueue;
};
} // namespace WebCore
« no previous file with comments | « LayoutTests/inspector-protocol/page/javascriptDialogEvents.html ('k') | Source/core/testing/InspectorFrontendClientLocal.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698