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

Unified Diff: chrome/test/data/extensions/api_test/tab_capture/manifest.json

Issue 127353002: Clean-up: Move tabCapture API test data files out of experimental dir. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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/data/extensions/api_test/tab_capture/manifest.json
diff --git a/chrome/test/data/extensions/api_test/tab_capture/experimental/manifest.json b/chrome/test/data/extensions/api_test/tab_capture/manifest.json
similarity index 75%
rename from chrome/test/data/extensions/api_test/tab_capture/experimental/manifest.json
rename to chrome/test/data/extensions/api_test/tab_capture/manifest.json
index 947acf3eeb7c1b743431935a85062f3706f59f8c..56d761cb81d4d91de4338eb5a871ea18f778acb5 100644
--- a/chrome/test/data/extensions/api_test/tab_capture/experimental/manifest.json
+++ b/chrome/test/data/extensions/api_test/tab_capture/manifest.json
@@ -1,9 +1,9 @@
{
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC8xv6iO+j4kzj1HiBL93+XVJH/CRyAQMUHS/Z0l8nCAzaAFkW/JsNwxJqQhrZspnxLqbQxNncXs6g6bsXAwKHiEs+LSs+bIv0Gc/2ycZdhXJ8GhEsSMakog5dpQd1681c2gLK/8CrAoewE/0GIKhaFcp7a2iZlGh4Am6fgMKy0iQIDAQAB",
- "name": "chrome.experimental.tabCapture",
+ "name": "chrome.tabCapture",
"version": "0.1",
"manifest_version": 2,
- "description": "Tab Capture experimental API Test Extension",
+ "description": "Tab Capture API Test Extension",
"incognito": "split",
"permissions": ["tabCapture"]
}

Powered by Google App Engine
This is Rietveld 408576698