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

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

Issue 1834073002: [DevTools] Create agents on attach. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 9 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.cpp
diff --git a/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.cpp b/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.cpp
index 2e78e7afd82276029297bc1c3d18afd232843df6..fedb914c6bc908e741441fb2fbb2d7fa36154f9c 100644
--- a/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.cpp
+++ b/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.cpp
@@ -61,11 +61,6 @@ DEFINE_TRACE(PageRuntimeAgent)
InspectorRuntimeAgent::trace(visitor);
}
-void PageRuntimeAgent::init()
-{
- InspectorRuntimeAgent::init();
-}
-
void PageRuntimeAgent::enable(ErrorString* errorString)
{
if (m_enabled)

Powered by Google App Engine
This is Rietveld 408576698