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

Unified Diff: Source/core/inspector/InspectorInspectorAgent.h

Issue 1004113004: [DevTools] Do not instrument with InspectorInspectorAgent. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ASSERT(isMainThread) Created 5 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
« no previous file with comments | « no previous file | Source/core/inspector/InspectorInspectorAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorInspectorAgent.h
diff --git a/Source/core/inspector/InspectorInspectorAgent.h b/Source/core/inspector/InspectorInspectorAgent.h
index 158197b56c76cb76b9b94f40bf0dc41c61e9a3fd..6115b5c6da8667713faf5dc1e93b99b11222cfdc 100644
--- a/Source/core/inspector/InspectorInspectorAgent.h
+++ b/Source/core/inspector/InspectorInspectorAgent.h
@@ -58,11 +58,9 @@ public:
void enable(ErrorString*) override;
// InspectorAgent overrides.
- void init() override;
void disable(ErrorString*) override;
- void domContentLoadedEventFired(LocalFrame*);
-
- bool hasFrontend() const { return frontend(); }
+ void didCommitLoadForLocalFrame(LocalFrame*) override;
+ void restore() override;
// Generic code called from custom implementations.
void evaluateForTestInFrontend(long testCallId, const String& script);
« no previous file with comments | « no previous file | Source/core/inspector/InspectorInspectorAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698