Sign in
chromium
/
chromium
/
src.git
/
lkgr-android-internal
/
.
/
extensions
/
test
/
data
/
extension
/
background.js
blob: 83d2d903cc1158ba86844f54bd2a486029ac818e [
file
] [
log
] [
blame
]
// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
window
.
addEventListener
(
'load'
,
function
()
{
chrome
.
test
.
notifyPass
();
});