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

Unified Diff: chrome/test/webdriver/test/infobar_browser_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
Index: chrome/test/webdriver/test/infobar_browser_action_extension/manifest.json
diff --git a/chrome/test/webdriver/test/infobar_browser_action_extension/manifest.json b/chrome/test/webdriver/test/infobar_browser_action_extension/manifest.json
index 0949dd24ffe08b1619a37fba1abd40acf9502e1f..9b228b64ef48a6fd6e508b63706339f8961b81d3 100644
--- a/chrome/test/webdriver/test/infobar_browser_action_extension/manifest.json
+++ b/chrome/test/webdriver/test/infobar_browser_action_extension/manifest.json
@@ -1,5 +1,6 @@
{
"name": "Infobar extension",
+ "manifest_version": 2,
"version": "1.0",
"background_page": "bg.html",
"browser_action": {

Powered by Google App Engine
This is Rietveld 408576698