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

Side by Side Diff: chrome/test/data/extensions/api_test/i18nUpdate/manifest.json

Issue 12319073: Delete the extensions i18n message map when extension unload is received. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed "", windows should be happy now Created 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name" : "i18n Message Test",
Yoyo Zhou 2013/03/08 22:17:50 nit: no space before :
Patrick Riordan 2013/03/11 17:32:42 Done.
3 "version" : "1.0",
4 "content_scripts" : [
5 {
6 "matches" : [ "<all_urls>" ],
Yoyo Zhou 2013/03/08 22:17:50 nit: you don't need to buffer the contents of [] w
Patrick Riordan 2013/03/11 17:32:42 Done.
7 "js" : ["contentscript.js"]
8 }
9 ],
10 "default_locale": "en",
11 "manifest_version": 2
12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698