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

Unified Diff: remoting/webapp/oauth2_callback.html

Issue 23891005: Fix OAuth "trampoline" content script to send a message with the oauth results rather than using a … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refresh window on new refresh token Created 7 years, 3 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/webapp/oauth2.js ('k') | remoting/webapp/oauth2_callback.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/oauth2_callback.html
diff --git a/remoting/webapp/oauth2_callback.html b/remoting/webapp/oauth2_callback.html
deleted file mode 100644
index 764c7b62bf0eb9883c7ad5b82b6246958f084f8a..0000000000000000000000000000000000000000
--- a/remoting/webapp/oauth2_callback.html
+++ /dev/null
@@ -1,16 +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>
- <script src="oauth2.js"></script>
- <script src="oauth2_api.js"></script>
- <script src="plugin_settings.js"></script>
- <script src="xhr.js"></script>
- <script src="oauth2_callback.js"></script>
- </head>
-</html>
« no previous file with comments | « remoting/webapp/oauth2.js ('k') | remoting/webapp/oauth2_callback.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698