Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/inspector/resources/echo-headers.php |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resources/echo-headers.php b/third_party/WebKit/LayoutTests/http/tests/inspector/resources/echo-headers.php |
| deleted file mode 100644 |
| index ae69597a9b95c60212c61579d882d0fd4df70c58..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/resources/echo-headers.php |
| +++ /dev/null |
| @@ -1,9 +0,0 @@ |
| -<?php |
| - |
| -$headers = Array('HTTP_X_WEBINSPECTOR_EXTENSION', 'HTTP_USER_AGENT'); |
| - |
| -foreach ($headers as $header) { |
| - echo $header . ": " . $_SERVER[$header] . "\n"; |
| -} |
| - |
| -?> |