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

Unified Diff: chrome/test/data/extensions/settings_override/manifest.json

Issue 213683006: Settings Override API: localize all URLs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: all Created 6 years, 9 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
« no previous file with comments | « chrome/common/extensions/extension_l10n_util_unittest.cc ('k') | extensions/common/manifest_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/settings_override/manifest.json
diff --git a/chrome/test/data/extensions/settings_override/manifest.json b/chrome/test/data/extensions/settings_override/manifest.json
index 7c0a542cdf4e743de41533debffe744b74221d92..48327d7f84ea74f0fd25ee9b089eb9150b356e17 100644
--- a/chrome/test/data/extensions/settings_override/manifest.json
+++ b/chrome/test/data/extensions/settings_override/manifest.json
@@ -4,7 +4,7 @@
"manifest_version": 2,
"description": "end-to-end browser test for chrome.settings_override API",
"chrome_settings_overrides": {
- "homepage": "http://www.homepage.com/?param=__PARAM__",
+ "homepage": "http://www.homepage.__MSG_url_domain__/?param=__PARAM__",
"search_provider": {
"name": "name.__MSG_url_domain__",
"keyword": "keyword.__MSG_url_domain__",
@@ -24,7 +24,7 @@
"encoding": "UTF-8",
"is_default": true
},
- "startup_pages": ["http://www.startup.com/?param=__PARAM__"]
+ "startup_pages": ["http://www.startup.__MSG_url_domain__/?param=__PARAM__"]
},
"default_locale": "de"
}
« no previous file with comments | « chrome/common/extensions/extension_l10n_util_unittest.cc ('k') | extensions/common/manifest_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698