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

Unified Diff: chrome/test/data/extensions/manifest_tests/automation_desktop_false.json

Issue 377553003: Create a ManifestPermission implementation for Automation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Revert changes to automation_apitest.cc Created 6 years, 5 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/manifest_tests/automation_desktop_false.json
diff --git a/chrome/test/data/extensions/manifest_tests/automation_desktop_false.json b/chrome/test/data/extensions/manifest_tests/automation_desktop_false.json
index d17eeb1fd843fa378508c972816abb4cf697f89a..7a21d1dc7676af974f03c51a9e752617c375178d 100644
--- a/chrome/test/data/extensions/manifest_tests/automation_desktop_false.json
+++ b/chrome/test/data/extensions/manifest_tests/automation_desktop_false.json
@@ -2,6 +2,9 @@
"name": "unit_tests --gtest_filter=AutomationManifestTest.DesktopFalse",
"version": "1",
"manifest_version": 2,
+ "permissions": [
+ "http://www.google.com/"
+ ],
"automation": {
"desktop": false
}

Powered by Google App Engine
This is Rietveld 408576698