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

Unified Diff: chrome/test/data/extensions/api_test/override1/downloads.html

Issue 174277: override chrome:// URLs via extensions. (Closed)
Patch Set: fix linux errors Created 11 years, 4 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/override1/downloads.html
diff --git a/chrome/test/data/extensions/api_test/override1/downloads.html b/chrome/test/data/extensions/api_test/override1/downloads.html
new file mode 100644
index 0000000000000000000000000000000000000000..565343cb28aacba666f832060d233affd45b40a8
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/override1/downloads.html
@@ -0,0 +1,6 @@
+<title>download1</title>
+<script>
+console.log("download1");
+chrome.test.pass();
+</script>
+Downloads Override

Powered by Google App Engine
This is Rietveld 408576698