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

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

Issue 1933573002: [DevTools] Remove last bits of logic from v8 agent wrappers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@1913283003
Patch Set: rebased, fixed uninitialized variable Created 4 years, 7 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 74af949a539d310957699453f9d5df65501ee5aa..4c7d2b506528e68fb2caf9460051bdd34478d8e3 100644
--- a/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h
+++ b/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h
@@ -58,9 +58,6 @@ public:
private:
PageDebuggerAgent(V8DebuggerAgent*, InspectedFrames*);
- // V8DebuggerAgent::Client implemntation.
- bool canExecuteScripts() const;
-
Member<InspectedFrames> m_inspectedFrames;
HashMap<String, String> m_compiledScriptURLs;
};

Powered by Google App Engine
This is Rietveld 408576698