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

Unified Diff: chrome/test/webdriver/test/page_action_extension/manifest.json

Issue 8892015: Fix chromedriver test extensions to use manifest version 2 and not inline (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 years 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/webdriver/test/page_action_extension/bg.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/test/page_action_extension/manifest.json
diff --git a/chrome/test/webdriver/test/page_action_extension/manifest.json b/chrome/test/webdriver/test/page_action_extension/manifest.json
index 665aea99bec1dfbfbbf55a30863a42e75044c8b9..bd82775629853347a34e4a8c3a69757cd0dc72ea 100644
--- a/chrome/test/webdriver/test/page_action_extension/manifest.json
+++ b/chrome/test/webdriver/test/page_action_extension/manifest.json
@@ -1,5 +1,6 @@
{
"name": "Page action extension",
+ "manifest_version": 2,
"version": "1.0",
"background_page": "bg.html",
"page_action": {
« no previous file with comments | « chrome/test/webdriver/test/page_action_extension/bg.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698