Index: chrome/test/data/extensions/api_test/browser_action/popup_with_form/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/browser_action/popup_with_form/manifest.json b/chrome/test/data/extensions/api_test/browser_action/popup_with_form/manifest.json |
deleted file mode 100644 |
index ff856f8a4701630fa4797614a12610b5026ad444..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/extensions/api_test/browser_action/popup_with_form/manifest.json |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-{ |
- "name": "Popup with form", |
- "version": "0.1", |
- "manifest_version": 2, |
- "description": "Test for navigating a browser action popup via POST", |
- "browser_action": { |
- "default_popup": "popup.html" |
- } |
-} |