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

Unified Diff: chrome/test/data/extensions/pending_updates_with_imports/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json

Issue 14973007: Auto-install/uninstall shared module dependencies for extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 7 years, 6 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/pending_updates_with_imports/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json
diff --git a/chrome/test/data/extensions/profiles/extension_webrequest/Default/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json b/chrome/test/data/extensions/pending_updates_with_imports/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json
similarity index 73%
copy from chrome/test/data/extensions/profiles/extension_webrequest/Default/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json
copy to chrome/test/data/extensions/pending_updates_with_imports/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json
index 835bc4403cf5a26bbdab55dceaee5e9a7936f18b..42f5a2c2eec4fe813025e1233cd3d57ab6c1f46d 100644
--- a/chrome/test/data/extensions/profiles/extension_webrequest/Default/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json
+++ b/chrome/test/data/extensions/pending_updates_with_imports/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json
@@ -1,9 +1,8 @@
{
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDuUZGKCDbff6IRaxa4Pue7PPkxwPaNhGT3JEqppEsNWFjM80imEdqMbf3lrWqEfaHgaNku7nlpwPO1mu3/4Hr+XdNa5MhfnOnuPee4hyTLwOs3Vzz81wpbdzUxZSi2OmqMyI5oTaBYICfNHLwcuc65N5dbt6WKGeKgTpp4v7j7zwIDAQAB",
"version": "1.0.0.0",
- "name": "Webrequest",
- "permissions": ["experimental", "webRequest"],
+ "manifest_version": 2,
"background": {
- "page": "background.html"
+ "page": "backgroundpage.html"
}
}
« no previous file with comments | « chrome/test/data/extensions/pending_updates_with_imports/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/backgroundpage.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698