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

Side by Side Diff: chrome/test/data/extensions/api_test/automation/tests/desktop/manifest.json

Issue 1040863002: Revert "Enable chrome.automation.getDesktop on all aura platforms." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "chrome.automation.sanityCheck", 2 "name": "chrome.automation.sanityCheck",
3 "version": "0.1", 3 "version": "0.1",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "description": "Tests for the Automation API.", 5 "description": "Tests for the Automation API.",
6 "permissions": [ "windows" ],
7 "automation": {"desktop": true} 6 "automation": {"desktop": true}
8 } 7 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/automation/tests/desktop/load_tabs.js ('k') | ui/views/accessibility/ax_aura_obj_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698