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

Unified Diff: chrome/test/data/extensions/good/extension3/1.0/manifest.json

Issue 27236: Enforce new id format (hex str of sha-1) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/extensions/good/extension2/2/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/good/extension3/1.0/manifest.json
===================================================================
--- chrome/test/data/extensions/good/extension3/1.0/manifest.json (revision 10469)
+++ chrome/test/data/extensions/good/extension3/1.0/manifest.json (working copy)
@@ -1,6 +1,6 @@
{
"format_version": 1,
- "id": "com.google.myextension3",
+ "id": "20123456789ABCDEF0123456789ABCDEF0123456",
"version": "1.0",
"name": "My extension 3"
}
« no previous file with comments | « chrome/test/data/extensions/good/extension2/2/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698