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

Unified Diff: chrome/test/data/extensions/manifest_tests/override_history.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/manifest_tests/override_history.json
diff --git a/chrome/test/data/extensions/manifest_tests/override_history.json b/chrome/test/data/extensions/manifest_tests/override_history.json
new file mode 100644
index 0000000000000000000000000000000000000000..dc21ec602e939b6aa1cbc12feb87e4e5e251ae2b
--- /dev/null
+++ b/chrome/test/data/extensions/manifest_tests/override_history.json
@@ -0,0 +1,7 @@
+{
+ "name": "test",
+ "version": "1",
+ "chrome_url_overrides": {
+ "history": "history.html"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698