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

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

Issue 1746393003: [DevTools] Postpone more agents instantiation until attached. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 84070671257f38daeb1816dab2bc335026f1a4e2..201573529a519307f0d4028057e96a4e0b1069cd 100644
--- a/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h
+++ b/third_party/WebKit/Source/core/inspector/PageRuntimeAgent.h
@@ -49,7 +49,6 @@ public:
}
~PageRuntimeAgent() override;
DECLARE_VIRTUAL_TRACE();
- void init() override;
void enable(ErrorString*) override;
void disable(ErrorString*) override;
@@ -67,7 +66,6 @@ private:
void reportExecutionContext(ScriptState*, bool isPageContext, const String& origin, const String& frameId);
RawPtrWillBeMember<InspectedFrames> m_inspectedFrames;
- bool m_mainWorldContextCreated;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698