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

Unified Diff: extensions/test/data/extension_with_locales/manifest.json

Issue 562273006: Move the last extensions/common unit tests to extensions_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@manifest2
Patch Set: (file-tests) review comments Created 6 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: extensions/test/data/extension_with_locales/manifest.json
diff --git a/extensions/test/data/extension_with_locales/manifest.json b/extensions/test/data/extension_with_locales/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..04da45a52cd9b15b4019ed4d90160156ef802618
--- /dev/null
+++ b/extensions/test/data/extension_with_locales/manifest.json
@@ -0,0 +1,7 @@
+{
+ "version": "1.0.0.0",
+ "manifest_version": 2,
+ "name": "__MSG_chrome_extension_name__",
+ "description": "__MSG_chrome_extension_description__",
+ "default_locale": "en_US"
+}

Powered by Google App Engine
This is Rietveld 408576698