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

Unified Diff: chrome/test/data/prerender/prerender_plugin_delay_load.html

Issue 2356053002: [HBD] Only use Plugin Content Settings for Flash. (Closed)
Patch Set: address xhwang comments Created 4 years, 3 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/prerender/prerender_plugin_delay_load.html
diff --git a/chrome/test/data/prerender/prerender_plugin_delay_load.html b/chrome/test/data/prerender/prerender_plugin_delay_load.html
index 210b06041cc87c9ca7491bac69b027a7e3f7d173..3166f5105b648ada9a2e0508cf2acb53cef0bebe 100644
--- a/chrome/test/data/prerender/prerender_plugin_delay_load.html
+++ b/chrome/test/data/prerender/prerender_plugin_delay_load.html
@@ -29,7 +29,7 @@ function DidDisplayPass() {
<body>
<!-- Specifically define the data attribute to be same-origin. Otherwise,
Plugin Power Saver will further defer the loading of the plugin. -->
-<object name='plugin' data='fake.swf' type='application/x-ppapi-tests'>
+<object name='plugin' data='fake.swf' type='application/x-shockwave-flash'>
</object>
</body>
</html>
« no previous file with comments | « chrome/test/data/load_pepper_plugin.html ('k') | chrome/test/data/prerender/prerender_plugin_power_saver.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698