diff options
author | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-13 22:08:44 +0000 |
---|---|---|
committer | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-13 22:08:44 +0000 |
commit | 4a3637d2d4de60274aa3603b5e79405cbf87b4f8 (patch) | |
tree | 08771566ecd7be10aae2f7c7bf99d08b7954553f /remoting/client | |
parent | 111572d87780524e5de9c76d847c0771b830e583 (diff) | |
download | chromium_src-4a3637d2d4de60274aa3603b5e79405cbf87b4f8.zip chromium_src-4a3637d2d4de60274aa3603b5e79405cbf87b4f8.tar.gz chromium_src-4a3637d2d4de60274aa3603b5e79405cbf87b4f8.tar.bz2 |
Chromoting: Remove old client test server and test files that we no longer
use.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9309092
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121740 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client')
-rw-r--r-- | remoting/client/plugin/chromoting_plugin_test.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/remoting/client/plugin/chromoting_plugin_test.html b/remoting/client/plugin/chromoting_plugin_test.html deleted file mode 100644 index ddc53c2..0000000 --- a/remoting/client/plugin/chromoting_plugin_test.html +++ /dev/null @@ -1,9 +0,0 @@ -<html> -<head> -<title>Sample Pepper Plugin</title> -</head> -<body> -<object type="pepper-application/x-chromoting-plugin" width="1366" height="768" - src="chromotocol:garykac@chromoting.org" /> -</body> -</html> |