Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
chrome
/
test
/
data
/
android
/
renderer_initiated
/
renderer_initiated.html
blob: 048eec02153c76e17cfb27fdd1047b5649566753 [
file
]
<script
type
=
"text/javascript"
>
function
launchUrlLoadIntent
()
{
top
.
location
=
'URL'
}
</script>
<body
onLoad
=
"
setTimeout
(
'launchUrlLoadIntent()'
,
0
);
"
>
This page will launch an intent to load "URL".
</body>