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

Unified Diff: chrome/test/data/extensions/good/Extensions/mndnfokpggljbaajbnioimlmbfngpief/manifest.json

Issue 8659002: Adding the --load-component-extension flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review fix. Created 9 years 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/good/Extensions/mndnfokpggljbaajbnioimlmbfngpief/manifest.json
diff --git a/chrome/test/data/extensions/good/Extensions/mndnfokpggljbaajbnioimlmbfngpief/manifest.json b/chrome/test/data/extensions/good/Extensions/mndnfokpggljbaajbnioimlmbfngpief/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..593b53010f828ffd7399c911ae77301b74f83fb9
--- /dev/null
+++ b/chrome/test/data/extensions/good/Extensions/mndnfokpggljbaajbnioimlmbfngpief/manifest.json
@@ -0,0 +1,23 @@
+{
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDQcByy+eN9jzazWF/DPn7NW47sW7lgmpk6eKc0BQM18q8hvEM3zNm2n7HkJv/R6fU+X5mtqkDuKvq5skF6qqUF4oEyaleWDFhd1xFwV7JV+/DU7bZ00w2+6gzqsabkerFpoP33ZRIw7OviJenP0c0uWqDWF8EGSyMhB3txqhOtiQIDAQAB",
Aaron Boodman 2011/12/06 19:43:35 I think that if you put this file here, it will br
SeRya 2011/12/06 22:19:37 Moved to chrome/test/data/extensions/override_comp
+ "name": "Bookmark Manager",
Aaron Boodman 2011/12/06 19:43:35 Most of these keys are irrelevant to the test. You
SeRya 2011/12/06 22:19:37 Done.
+ "version": "0.1",
+ "manifest_version": 2,
+ "description": "Bookmark Manager",
+ "icons": {
+ // The favicon is loaded directly from resources.pak.
+ },
+ "incognito" : "split",
+ "permissions": [
+ "bookmarks",
+ "experimental",
+ "tabs",
+ "chrome://favicon/",
+ "chrome://resources/"
+ ],
+ "chrome_url_overrides": {
+ "bookmarks": "main.html"
+ },
+ "content_security_policy":
+ "object-src 'none'; script-src chrome://resources chrome-extension://mndnfokpggljbaajbnioimlmbfngpief 'self'"
+}
« chrome/browser/profiles/profile_impl.cc ('K') | « chrome/common/extensions/extension_file_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698