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

Unified Diff: chrome/test/data/extensions/management/get_self/manifest.json

Issue 508263003: Add getSelf method to management API to use without the "management" permission. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years, 4 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/management/get_self/manifest.json
diff --git a/chrome/test/data/extensions/api_test/bindings/about_blank_iframe/manifest.json b/chrome/test/data/extensions/management/get_self/manifest.json
similarity index 69%
copy from chrome/test/data/extensions/api_test/bindings/about_blank_iframe/manifest.json
copy to chrome/test/data/extensions/management/get_self/manifest.json
index 9df9c6f6086e3fde10518ac92177724027a1be74..037630513e4e0fcddbf62feffe3cb9d6ec5b2ac9 100644
--- a/chrome/test/data/extensions/api_test/bindings/about_blank_iframe/manifest.json
+++ b/chrome/test/data/extensions/management/get_self/manifest.json
@@ -1,7 +1,7 @@
{
- "name": "bindings/about_blank_iframe",
- "manifest_version": 2,
+ "name": "Self Get Test (no permissions)",
"version": "1",
+ "manifest_version": 2,
"background": {
"scripts": ["background.js"]
}
« no previous file with comments | « chrome/test/data/extensions/management/get_self/background.js ('k') | extensions/browser/extension_function_histogram_value.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698