Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2404)

Unified Diff: chrome/test/data/extensions/api_test/i18n/manifest.json

Issue 225009: Implementing chrome.i18n.getMessage call, that loads message from the extensi... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
}

Powered by Google App Engine
This is Rietveld 408576698