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

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

Issue 472333002: Remove deprecated chrome.pageActions api functions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: histograms.xml 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/api_test/page_action/old_api/manifest.json
diff --git a/chrome/test/data/extensions/api_test/page_action/old_api/manifest.json b/chrome/test/data/extensions/api_test/page_action/old_api/manifest.json
deleted file mode 100644
index 2cae614b112afc8b81d19bde711df4b4ea613561..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/page_action/old_api/manifest.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Test of old-style page actions API",
- "version": "1.0",
- "background": {
- "page": "background.html"
- },
- "permissions": ["tabs"],
- "page_actions": [
- { "id": "action",
- "name": "action",
- "icons": ["icon.png", "icon1.png"]
- }
- ],
- "background": {
- "page": "background.html"
- }
-}

Powered by Google App Engine
This is Rietveld 408576698