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

Unified Diff: chrome/test/data/extensions/echo_component_extension/manifest.json

Issue 12147004: Disable/enable echo for enterprise device. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: My efforts to implement the browser test for echo. Created 7 years, 10 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/echo_component_extension/manifest.json
diff --git a/chrome/test/data/extensions/api_test/echo/component_extension/manifest.json b/chrome/test/data/extensions/echo_component_extension/manifest.json
similarity index 91%
copy from chrome/test/data/extensions/api_test/echo/component_extension/manifest.json
copy to chrome/test/data/extensions/echo_component_extension/manifest.json
index 3a7d49ca206b8da00e3522ee6baf290bbc0254cd..76a1fc4c10e0ce0597fb238504e4a488abc3d6fa 100644
--- a/chrome/test/data/extensions/api_test/echo/component_extension/manifest.json
+++ b/chrome/test/data/extensions/echo_component_extension/manifest.json
@@ -5,6 +5,5 @@
"version": "0.1",
"description": "tests for chrome.echoPrivate API.",
"manifest_version": 2,
- "background": {"scripts": ["test.js"]},
"permissions": ["echoPrivate"]
}

Powered by Google App Engine
This is Rietveld 408576698