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

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

Issue 1857713004: DevTools: simplify the async instrumentation harness. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/PageDebuggerAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h b/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h
index 07eb9bc9cdc14dfe8d94ec399bb42b5b7e234915..5212d40aff89c697157cc3dc9a885513ac5c4ea9 100644
--- a/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h
+++ b/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h
@@ -56,7 +56,6 @@ public:
void restore() final;
void didStartProvisionalLoad(LocalFrame*);
- void didClearDocumentOfWindowObject(LocalFrame*);
private:
PageDebuggerAgent(InspectedFrames*, V8RuntimeAgent*);

Powered by Google App Engine
This is Rietveld 408576698