Sign in
chromium
/
chromium
/
src
/
cff8ad5
/
.
/
chrome
/
browser
/
resources
/
lens
/
app.ts
blob: d2e09d187ec6e1701fa15416bac349be97cb4dc7 [
file
] [
log
] [
blame
]
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
document
.
addEventListener
(
'DOMContentLoaded'
,
function
()
{
console
.
info
(
'Content loaded.'
);
});