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

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

Issue 900903002: DevTools: do not use Internals for inspector highlight tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comment addressed. Created 5 years, 10 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/InspectorController.h
diff --git a/Source/core/inspector/InspectorController.h b/Source/core/inspector/InspectorController.h
index 0854485bc6454ab47b2561caf6af559df7a080c9..668fae8cd3c8452a8642e6c1a46de126c4f6a97f 100644
--- a/Source/core/inspector/InspectorController.h
+++ b/Source/core/inspector/InspectorController.h
@@ -108,8 +108,6 @@ public:
bool isUnderTest();
void evaluateForTestInFrontend(long callId, const String& script);
- PassRefPtr<JSONObject> highlightJSONForNode(Node*);
-
void willProcessTask();
void didProcessTask();
void flushPendingProtocolNotifications();
« no previous file with comments | « LayoutTests/inspector/elements/highlight-svg-root-zoomed-expected.txt ('k') | Source/core/inspector/InspectorController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698