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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorPageAgent.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/InspectorPageAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
index 0e5806e7ff337993ed7f80af2eea44f6c0c5982f..19b40ca462674d1d6fc8e1867c4c3212ffc20722 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
@@ -94,7 +94,7 @@ public:
static ResourceType cachedResourceType(const Resource&);
static String cachedResourceTypeJson(const Resource&);
- // Page API for InspectorFrontend
+ // Page API for frontend
void enable(ErrorString*) override;
void disable(ErrorString*) override;
void addScriptToEvaluateOnLoad(ErrorString*, const String& scriptSource, String* identifier) override;

Powered by Google App Engine
This is Rietveld 408576698