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

Side by Side Diff: content/test/data/browser_plugin_infinite_loop.html

Issue 10868012: Browser Plugin: New Implementation (Browser Side) (Closed) Base URL: http://git.chromium.org/chromium/src.git@master-trial-obrowser
Patch Set: Fix mac build + Address nits from awong@ Created 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 <script type="text/javascript">
2 function SetSrc(src) {
3 plugin = document.getElementById('plugin');
4 plugin.src = src;
5 }
6 </script>
7
8 <object id="plugin"
awong 2012/09/06 00:23:27 nit: Indentation of this is strange. Fix?
lazyboy 2012/09/06 04:33:53 Done.
9 tabindex="0"
10 type="application/new-browser-plugin"
11 width="640"
12 height="480"
13 border="0px"></object>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698