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

Unified Diff: chrome/test/data/extensions/api_test/override/history/history.html

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/override/history/history.html
diff --git a/chrome/test/data/extensions/api_test/override/history/history.html b/chrome/test/data/extensions/api_test/override/history/history.html
new file mode 100644
index 0000000000000000000000000000000000000000..99b22d86b73ae1d0a7dc7ca677af4cf432c2059d
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/override/history/history.html
@@ -0,0 +1,5 @@
+<script>
+console.log('Overridden history page loaded.');
+chrome.test.notifyPass();
+</script>
+History Override

Powered by Google App Engine
This is Rietveld 408576698