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

Side by Side Diff: chrome/test/data/extensions/manifest_tests/_locales/en/messages.json

Issue 9421010: Allow app launch URLs to be localized. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nit Created 8 years, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "invalid_local_launch_path": {
3 "message": "http://www.google.com/",
4 "description": "An invalid local launch path (it's an absolute URL)"
5 },
6 "local_launch_path": {
7 "message": "launch.html",
8 "description": "A valid local launch path"
9 },
10 "invalid_launch_url": {
11 "message": "javscript:evil()",
12 "description": "An invalid launch URL (not the right scheme)"
13 },
14 "launch_url": {
15 "message": "http://www.google.com/launch.html",
16 "description": "A valid launch URL"
17 }
18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698