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

Unified Diff: third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h

Issue 1907663005: [DevTools] Move v8-related instrumentation from agents to InspectorSession. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@1889533002
Patch Set: profiler agent restore starts instrumenting Created 4 years, 8 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/core/inspector/PageRuntimeAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h b/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h
index 034ffe00c4b7b21061ad79ced534f585c45b468a..17b55273a3f7d9a2ef3bd749dd38c4a5a3473142 100644
--- a/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h
+++ b/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h
@@ -51,8 +51,6 @@ public:
void enable(ErrorString*) override;
void disable(ErrorString*) override;
- void didClearDocumentOfWindowObject(LocalFrame*);
-
private:
PageRuntimeAgent(Client*, V8RuntimeAgent*, InspectedFrames*);

Powered by Google App Engine
This is Rietveld 408576698