Revert of Add button to add new FSP services to Files app. (patchset #8 id:140001...
[chromium-blink-merge.git] / chrome / browser / resources / hangout_services / background.html
blob681d7012f68a367ebadac11508989850cc5acd79
1 <!--
2 Copyright 2013 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file.
6 We use an HTML page just to have access to the DOM, for URL
7 parsing. An alternative would be to include a URL parsing JavaScript
8 library with the extension but this approach is likely smaller and
9 faster.
10 -->
11 <html>
12 <head>
13 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
14 <script src="startup.js"></script>
15 <script src="thunk.js"></script>
16 </head>
17 <body>
18 </body>
19 </html>