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

Unified Diff: chrome/test/data/extensions/api_test/stubs/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/stubs/manifest.json
diff --git a/chrome/test/data/extensions/api_test/stubs/manifest.json b/chrome/test/data/extensions/api_test/stubs/manifest.json
index 6909f1e0edddef4fc42ce9f5bb8f2570dafe0815..af8bbbbf6d0eed8fab64d8e3c2a1743c34cac397 100644
--- a/chrome/test/data/extensions/api_test/stubs/manifest.json
+++ b/chrome/test/data/extensions/api_test/stubs/manifest.json
@@ -1,7 +1,10 @@
{
"name": "Content Script Extension API Stubs Test",
"version": "1.0",
- "background_page": "background.html",
+ "manifest_version": 2,
+ "background": {
+ "scripts": ["background.js"]
+ },
"content_scripts": [
{
"matches": ["http://*/*"],

Powered by Google App Engine
This is Rietveld 408576698