OLD | NEW |
1 /// Native wrappers for the Chrome Packaged App APIs. | 1 /// Native wrappers for the Chrome Packaged App APIs. |
2 /// | 2 /// |
3 /// These functions allow direct access to the Packaged App APIs, allowing | 3 /// These functions allow direct access to the Packaged App APIs, allowing |
4 /// Chrome Packaged Apps to be written using Dart. | 4 /// Chrome Packaged Apps to be written using Dart. |
5 /// | 5 /// |
6 /// For more information on these APIs, see the | 6 /// For more information on these APIs, see the |
7 /// [Chrome APIs Documentation](http://developer.chrome.com/extensions/api_index
.html) | 7 /// [Chrome APIs Documentation](http://developer.chrome.com/extensions/api_index
.html) |
8 library _chrome; | 8 library _chrome; |
9 | 9 |
10 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 10 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
11 // for details. All rights reserved. Use of this source code is governed by a | 11 // for details. All rights reserved. Use of this source code is governed by a |
12 // BSD-style license that can be found in the LICENSE file. | 12 // BSD-style license that can be found in the LICENSE file. |
13 | 13 |
14 // DO NOT EDIT | 14 // DO NOT EDIT |
15 // Auto-generated dart:_chrome library. | 15 // Auto-generated dart:_chrome library. |
16 | |
OLD | NEW |