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

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

Issue 923463003: [Extensions] Remove the Infobar API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 5 years, 10 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/infobars/manifest.json
diff --git a/chrome/test/data/extensions/api_test/infobars/manifest.json b/chrome/test/data/extensions/api_test/infobars/manifest.json
deleted file mode 100644
index f36fea565469eebcf9087786de50744fdfe1ad9a..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/infobars/manifest.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "chrome.extension.infobars",
- "version": "0.1",
- "manifest_version": 2,
- "description": "end-to-end browser test for chrome.extension.infobars API",
- "background": {
- "scripts": ["test.js"]
- },
- "icons": { "16": "icon.png" },
- "permissions": ["infobars", "tabs"]
-}
« no previous file with comments | « chrome/test/data/extensions/api_test/infobars/infobarB.js ('k') | chrome/test/data/extensions/api_test/infobars/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698