summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/oauth2_callback.html
blob: 764c7b62bf0eb9883c7ad5b82b6246958f084f8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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>