- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / autoupdate / v2 / background.html
1 <script>
2 window.onload = function() {
3   chrome.test.sendMessage("v2 installed");
4 };
5 </script>