| 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_iframe/manifest.json b/chrome/test/data/extensions/api_test/browser_action/popup_with_form/manifest.json
|
| similarity index 51%
|
| copy from chrome/test/data/extensions/api_test/browser_action/popup_with_iframe/manifest.json
|
| copy to chrome/test/data/extensions/api_test/browser_action/popup_with_form/manifest.json
|
| index b9890e90566a2f5f746489a3cf922d6db5ac06a1..ff856f8a4701630fa4797614a12610b5026ad444 100644
|
| --- a/chrome/test/data/extensions/api_test/browser_action/popup_with_iframe/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/browser_action/popup_with_form/manifest.json
|
| @@ -1,8 +1,8 @@
|
| {
|
| - "name": "Popup with iframe",
|
| + "name": "Popup with form",
|
| "version": "0.1",
|
| "manifest_version": 2,
|
| - "description": "Test a browser action popup with an iframe",
|
| + "description": "Test for navigating a browser action popup via POST",
|
| "browser_action": {
|
| "default_popup": "popup.html"
|
| }
|
|
|