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

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

Issue 2375623003: Revert of Allow top-level navigation in extension pop-ups if it only triggers a download. (Closed)
Patch Set: Created 4 years, 3 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/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"
- }
-}

Powered by Google App Engine
This is Rietveld 408576698