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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/chromevox_injection/manifest.json

Issue 2617633004: Fix AccessibilityExtensionLoader's handling of locked screen (Closed)
Patch Set: Test removals. Created 3 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/data/extensions/platform_apps/web_view/chromevox_injection/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/web_view/chromevox_injection/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/chromevox_injection/manifest.json
deleted file mode 100644
index fdbcce1f790de00eee6961795bec15d2a6b55f24..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/platform_apps/web_view/chromevox_injection/manifest.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "<webview> ChromeVox injection test.",
- "version": "1",
- "permissions": [
- "webview"
- ],
- "app": {
- "background": {
- "scripts": ["test.js"]
- }
- }
-}

Powered by Google App Engine
This is Rietveld 408576698