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

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

Issue 6976002: Support clipboardRead and clipboardWrite permission for hosted apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 7 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/clipboard/extension/manifest.json
diff --git a/chrome/test/data/extensions/api_test/clipboard/manifest.json b/chrome/test/data/extensions/api_test/clipboard/extension/manifest.json
similarity index 80%
rename from chrome/test/data/extensions/api_test/clipboard/manifest.json
rename to chrome/test/data/extensions/api_test/clipboard/extension/manifest.json
index 396faf0d66f4677eddb6ed25825dbd389348e3c2..d29bb2fdf2a5261f1ec0ebd4ee090dacac8e7de4 100644
--- a/chrome/test/data/extensions/api_test/clipboard/manifest.json
+++ b/chrome/test/data/extensions/api_test/clipboard/extension/manifest.json
@@ -1,5 +1,5 @@
{
- "name": "chrome.clipboard",
+ "name": "chrome.clipboard.extension",
"version": "0.1",
"description": "end-to-end browser test for clipboard permissions",
"background_page": "test.html",
« no previous file with comments | « chrome/common/extensions/extension.cc ('k') | chrome/test/data/extensions/api_test/clipboard/extension/test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698