summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/oauth2_callback.html
blob: d2e0d5d6344777b79430ccd88cf4a85fb4cb8ba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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="plugin_settings.js"></script>
    <script src="xhr.js"></script>
    <script src="oauth2_callback.js"></script>
  </head>
</html>