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

Unified Diff: chrome/test/data/performance_monitor/extensions/simple_extension_v1/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
« no previous file with comments | « chrome/test/data/extensions/platform_apps/oauth2/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/performance_monitor/extensions/simple_extension_v1/manifest.json
diff --git a/chrome/test/data/performance_monitor/extensions/simple_extension_v1/manifest.json b/chrome/test/data/performance_monitor/extensions/simple_extension_v1/manifest.json
index 43f6ae4c07761f4f21458cb8e5fc0f6afb0710e0..f7565ba0811943280f3db2f4f00979c0d4ffd2b3 100644
--- a/chrome/test/data/performance_monitor/extensions/simple_extension_v1/manifest.json
+++ b/chrome/test/data/performance_monitor/extensions/simple_extension_v1/manifest.json
@@ -1,5 +1,8 @@
{
"version": "1",
"name": "Simple Extension",
- "background_page": "background.html"
+ "background": {
+ "page": "background.html"
+ },
+ "manifest_version": 2
}
« no previous file with comments | « chrome/test/data/extensions/platform_apps/oauth2/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698