Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/i18n/manifest.json |
| =================================================================== |
| --- chrome/test/data/extensions/api_test/i18n/manifest.json (revision 27238) |
| +++ chrome/test/data/extensions/api_test/i18n/manifest.json (working copy) |
| @@ -2,5 +2,6 @@ |
| "name": "chrome.i18n", |
| "version": "0.1", |
| "description": "end-to-end browser test for chrome.i18n API", |
| - "background_page": "test.html" |
| + "background_page": "test.html", |
| + "default_locale": "en_US" |
| } |