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

Unified Diff: chrome/test/data/extensions/api_test/webnavigation/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/api_test/webnavigation/manifest.json
diff --git a/chrome/test/data/extensions/api_test/webnavigation/manifest.json b/chrome/test/data/extensions/api_test/webnavigation/manifest.json
index 0b64814be2b6dc8b709533941ff6767be9a41182..b179c5494e4fac3199eb3b1cf54ee72c407ce8b4 100644
--- a/chrome/test/data/extensions/api_test/webnavigation/manifest.json
+++ b/chrome/test/data/extensions/api_test/webnavigation/manifest.json
@@ -1,6 +1,7 @@
{
"name": "webNavigation",
"version": "1.0",
+ "manifest_version": 2,
"description": "Tests the webNavigation API events.",
"permissions": ["webNavigation", "tabs"]
}

Powered by Google App Engine
This is Rietveld 408576698