| Index: chrome/test/data/extensions/api_test/history/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/history/manifest.json b/chrome/test/data/extensions/api_test/history/manifest.json
|
| index b0922697e2b1f3a56ce8c9284abcb8e4ab56efcf..d654b042414a8f873c7ccab02c67568520a4ccbe 100644
|
| --- a/chrome/test/data/extensions/api_test/history/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/history/manifest.json
|
| @@ -3,5 +3,5 @@
|
| "version": "0.1",
|
| "description": "end-to-end browser test for chrome.history API",
|
| "background_page": "test.html",
|
| - "permissions": ["experimental", "tabs"]
|
| + "permissions": ["history", "tabs"]
|
| }
|
|
|