Sign in
◑
Theme
mojo
/
mojo-tools
/
0d3b4d2c9a4ec923947e9a18c19f363ddd73a9bf
/
.
/
net
/
data
/
proxy_resolver_v8_unittest
/
side_effects.js
blob: 39b3b2d6ca3b42e3ed8b7754fb0cc5c89dccef28 [
file
]
if
(!
gCounter
)
{
// We write it this way so if the script gets loaded twice,
// gCounter remains dirty.
var
gCounter
=
0
;
}
function
FindProxyForURL
(
url
,
host
)
{
return
"PROXY sideffect_"
+
gCounter
++;
}