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

Unified Diff: chrome/test/data/extensions/simple_with_file/file.html

Issue 2213123002: [Extensions] Ensure ordering of extension [un]loaded, activated messages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/extensions/simple_with_file/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/simple_with_file/file.html
diff --git a/chrome/test/data/extensions/simple_with_file/file.html b/chrome/test/data/extensions/simple_with_file/file.html
new file mode 100644
index 0000000000000000000000000000000000000000..b7ba983361c81493f05d3646cff0a71a01298c5c
--- /dev/null
+++ b/chrome/test/data/extensions/simple_with_file/file.html
@@ -0,0 +1,9 @@
+<!doctype html>
+<html>
+<head>
+ <title>foo</title>
+</head>
+<body>
+In an extension process yo
+</body>
+</html>
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/extensions/simple_with_file/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698