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

Unified Diff: chrome/test/chromedriver/extension/manifest.json

Issue 114403005: Adding a LaunchApp command to Chromedriver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing to latest code Created 6 years, 11 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/chromedriver/extension/manifest.json
diff --git a/chrome/test/chromedriver/extension/manifest.json b/chrome/test/chromedriver/extension/manifest.json
index f058112b09f5b4882bf6fbfd7fa85e38083efd4a..d4264ccf3a588644eccb4555bf9e8b9ab933a116 100644
--- a/chrome/test/chromedriver/extension/manifest.json
+++ b/chrome/test/chromedriver/extension/manifest.json
@@ -8,6 +8,6 @@
"scripts": ["background.js"]
},
"permissions": [
- "tabs", "<all_urls>"
+ "tabs", "management", "<all_urls>"
]
}

Powered by Google App Engine
This is Rietveld 408576698