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

Unified Diff: third_party/WebKit/Source/web/WebDevToolsAgentImpl.h

Issue 1370373004: Revert of DevTools: extract V8DebuggerAgent interface, move it under .../inspector/v8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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: third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
index 03bf4be07961e460f199d15299a45bc7ce4f4da5..d90da8e1d45c5f4f8f199ef780eb86ad01b70082 100644
--- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
+++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
@@ -155,6 +155,7 @@
RefPtrWillBeMember<InspectorBackendDispatcher> m_inspectorBackendDispatcher;
OwnPtr<InspectorFrontend> m_inspectorFrontend;
InspectorAgentRegistry m_agents;
+ OwnPtrWillBeMember<AsyncCallTracker> m_asyncCallTracker;
bool m_deferredAgentsInitialized;
typedef Vector<RefPtr<JSONObject>> NotificationQueue;

Powered by Google App Engine
This is Rietveld 408576698