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

Unified Diff: content/test/data/browser_plugin_embedder.html

Issue 11360106: Browser Plugin: Implement AutoSize (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reupload Created 8 years, 1 month 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: content/test/data/browser_plugin_embedder.html
diff --git a/content/test/data/browser_plugin_embedder.html b/content/test/data/browser_plugin_embedder.html
index c0168b59805df366150591f6abcaeb61f9b773c1..36f0380b191cec475aee5908070df1035fe281da 100644
--- a/content/test/data/browser_plugin_embedder.html
+++ b/content/test/data/browser_plugin_embedder.html
@@ -101,4 +101,5 @@ function receiveMessage(event) {
window.addEventListener('message', receiveMessage, false);
plugin.addEventListener('loadstop', loadStop);
plugin.addEventListener('loadcommit', loadCommit);
+ plugin.addEventListener('sizechanged', sizeChanged);
</script>
« content/renderer/browser_plugin/browser_plugin.cc ('K') | « content/renderer/render_widget.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698