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

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

Issue 1238103002: [DevTools] Do not report edited resources via Page.getResourceContent. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Nuked concatenated, fixed comments Created 5 years, 4 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: Source/core/inspector/PageDebuggerAgent.h
diff --git a/Source/core/inspector/PageDebuggerAgent.h b/Source/core/inspector/PageDebuggerAgent.h
index 8e93c6c1f318df069d31fb015e61435e7c5a4643..54861d2d17e9b05406ce67932375b3c3892f8992 100644
--- a/Source/core/inspector/PageDebuggerAgent.h
+++ b/Source/core/inspector/PageDebuggerAgent.h
@@ -63,7 +63,6 @@ public:
void didStartProvisionalLoad(LocalFrame*);
void didClearDocumentOfWindowObject(LocalFrame*);
- void didCommitLoadForLocalFrame(LocalFrame*) override;
private:
// V8DebuggerAgent::Client implemntation.

Powered by Google App Engine
This is Rietveld 408576698