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

Unified Diff: remoting/client/appengine/chromoting_oauth_setup.html

Issue 7033042: Update the appengine code to use OAuth2 and break the gdata dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove the hardcoded localhost Created 9 years, 7 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
« no previous file with comments | « remoting/client/appengine/auth.py ('k') | remoting/client/appengine/chromoting_session.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « remoting/client/appengine/auth.py ('k') | remoting/client/appengine/chromoting_session.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698