Separate Simple Backend creation from initialization.
[chromium-blink-merge.git] / remoting / webapp / oauth2_callback.html
blobd2e0d5d6344777b79430ccd88cf4a85fb4cb8ba0
1 <!doctype html>
2 <!--
3 Copyright (c) 2011 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file.
6 -->
8 <html>
9 <head>
10 <script src="oauth2.js"></script>
11 <script src="plugin_settings.js"></script>
12 <script src="xhr.js"></script>
13 <script src="oauth2_callback.js"></script>
14 </head>
15 </html>