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

Unified Diff: chrome/test/data/extensions/browsertest/crash_44415/ExtA/manifest.json

Issue 10826157: Check for warnings when loading extensions in browser tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ExtensionTerminalPrivateApiTest.TerminalTest Created 8 years, 4 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: chrome/test/data/extensions/browsertest/crash_44415/ExtA/manifest.json
diff --git a/chrome/test/data/extensions/browsertest/crash_44415/ExtA/manifest.json b/chrome/test/data/extensions/browsertest/crash_44415/ExtA/manifest.json
index dad51726f959f4dc6233c60a6e2af383496ee214..e4eb4d28ada043c85429b576035fbc5736489370 100644
--- a/chrome/test/data/extensions/browsertest/crash_44415/ExtA/manifest.json
+++ b/chrome/test/data/extensions/browsertest/crash_44415/ExtA/manifest.json
@@ -1,6 +1,7 @@
{
"name": "Popup Test",
"version": "1.0",
+ "manifest_version": 2,
"page_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"

Powered by Google App Engine
This is Rietveld 408576698