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

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

Issue 2046433002: Remove unused InspectorFrontend declarations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/InspectorDOMDebuggerAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.h
index de90bae898644b6faa9898e565ddc3ab9d7c5829..4bcddb73c3af8a0e6742064383df6794c3a5a22e 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorDOMDebuggerAgent.h
@@ -63,7 +63,7 @@ public:
~InspectorDOMDebuggerAgent() override;
DECLARE_VIRTUAL_TRACE();
- // DOMDebugger API for InspectorFrontend
+ // DOMDebugger API for frontend
void setDOMBreakpoint(ErrorString*, int nodeId, const String& type) override;
void removeDOMBreakpoint(ErrorString*, int nodeId, const String& type) override;
void setEventListenerBreakpoint(ErrorString*, const String& eventName, const Maybe<String>& targetName) override;

Powered by Google App Engine
This is Rietveld 408576698