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

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

Issue 1530002: Move history API out of experimental. Allow extensions to override history page. (Closed)
Patch Set: Rebase for commit. Created 10 years, 9 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/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"]
}
« no previous file with comments | « chrome/renderer/resources/renderer_extension_bindings.js ('k') | chrome/test/data/extensions/api_test/history/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698