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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/shim/embed.html

Issue 1088323002: Fix crash when a webview tries to load a plugin resource. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing comments Created 5 years, 8 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/platform_apps/web_view/shim/embed.html
diff --git a/chrome/test/data/extensions/platform_apps/web_view/shim/embed.html b/chrome/test/data/extensions/platform_apps/web_view/shim/embed.html
new file mode 100644
index 0000000000000000000000000000000000000000..f0d8dc45f95791ed9691eafc29562316ebd909d5
--- /dev/null
+++ b/chrome/test/data/extensions/platform_apps/web_view/shim/embed.html
@@ -0,0 +1,5 @@
+<html>
+ <body>
+ <embed src="nonexistant.pdf"></embed>
+ </body>
+</html>
« no previous file with comments | « chrome/browser/plugins/plugin_info_message_filter.cc ('k') | chrome/test/data/extensions/platform_apps/web_view/shim/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698