| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <!-- | 2 <!-- |
| 3 Copyright (c) 2011 The Chromium Authors. All rights reserved. | 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 | 4 Use of this source code is governed by a BSD-style license that can be |
| 5 found in the LICENSE file. | 5 found in the LICENSE file. |
| 6 --> | 6 --> |
| 7 <html> | 7 <html> |
| 8 <script type="text/javascript" src="chrome_ex_oauthsimple.js"></script> | |
| 9 <script type="text/javascript" src="chrome_ex_oauth.js"></script> | |
| 10 <script type="text/javascript" src="background.js"></script> | 8 <script type="text/javascript" src="background.js"></script> |
| 11 </html> | 9 </html> |
| OLD | NEW |