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

Unified Diff: third_party/WebKit/LayoutTests/inspector/inspector-backend-commands-generation-expected.txt

Issue 2109243003: Introduce --remote-debugging-frontend switch for custom remote debugging front-end (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: support absolute path instead of HTTP endpoint 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/LayoutTests/inspector/inspector-backend-commands-generation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/inspector-backend-commands-generation-expected.txt b/third_party/WebKit/LayoutTests/inspector/inspector-backend-commands-generation-expected.txt
deleted file mode 100644
index 237503ced6c3f1fa1406af5a2f0f310336ab3cfe..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/inspector/inspector-backend-commands-generation-expected.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-Tests correctness of code generated by InspectorBackend.
-
-InspectorBackend.registerEnum("Page.ResourceType", {Document: "Document", XHR: "XHR", ConsoleAPI: "console-api", Other: "other"});
-InspectorBackend.registerCommand("Page.addScriptToEvaluateOnLoad", [{"name": "scriptSource", "type": "string", "optional": false}], ["identifier"], false);
-InspectorBackend.registerEvent("Page.domContentEventFired", ["timestamp"]);
-

Powered by Google App Engine
This is Rietveld 408576698