summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/chat_manager/background.html
blob: ebb8a9a6b5c80ffe9aea3f69a3ee35e871c71e1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<!--

Copyright (c) 2010 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.

Extension purpose: route all Google Talk chats through the central roster
hosted in this extension. The included logic is paired with logic in Gmail
to route both incoming and outgoing chats through this central roster.

-->
<body>
  <iframe id='centralRoster' src='central_roster.html'></iframe>
  <script src="js/chatbridgeeventtypes.js"></script>
  <script src="js/background.js"></script>
</body>
</html>