Index: remoting/client/appengine/chromoting_oauth_setup.html |
diff --git a/remoting/client/appengine/chromoting_oauth_setup.html b/remoting/client/appengine/chromoting_oauth_setup.html |
deleted file mode 100644 |
index 1b1537c94afc8a1a82bf18f84a4ca12ee9c0e06a..0000000000000000000000000000000000000000 |
--- a/remoting/client/appengine/chromoting_oauth_setup.html |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
-<!doctype html> |
-<!-- |
-Copyright (c) 2011 The Chromium Authors. All rights reserved. |
-Use of this source code is governed by a BSD-style license that can be |
-found in the LICENSE file. |
---> |
- |
-<html> |
- <head> |
- <title>Chromoting OAuth setup page.</title> |
- </head> |
- <body> |
- <p>This is an administration page to setup the consumer key and secret |
- to be used with chromoting. Please don't play with this unless you are |
- on the Chromoting dev team. |
- <p> |
- Move the HttpXmppProxy setup out of this page, and make the semantics less |
- hacky! |
- <form method="post" name="auth"> |
- Consumer Key: <input type="text" name="consumer_key" /> |
- New Consumer Secret: <input type="password" name="new_consumer_secret" /> |
- Old Consumer Secret: <input type="password" name="old_consumer_secret" /> |
- HttpXmppProxy Address: <input type="text" name="httpxmppproxy" /> |
- <input type="submit" value="Submit" /> |
- </form> |
- </body> |
-</html> |