| Index: chrome/test/data/extensions/api_test/bindings/chromei18nrepro/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/bindings/chromei18nrepro/manifest.json b/chrome/test/data/extensions/api_test/bindings/chromei18nrepro/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..91376ca289deeec395edc10dc8591832c536ffb6
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/bindings/chromei18nrepro/manifest.json
|
| @@ -0,0 +1,11 @@
|
| +{
|
| + "manifest_version": 2,
|
| + "name": "chrome.i18n is undefined repro",
|
| + "version": "4.2",
|
| + "app": {
|
| + "background": {
|
| + "scripts": ["background.js"]
|
| + }
|
| + },
|
| + "permissions": ["background", "fullscreen", "alwaysOnTopWindows"]
|
| +}
|
|
|