Sign in
chromium
/
chromium
/
src.git
/
HEAD
/
.
/
chrome
/
test
/
data
/
devtools
/
extensions
/
simple_background_page
/
background.js
blob: 88a8608a2d18e212e3e48a82f691de71cd504fb4 [
file
]
// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
console
.
log
(
'Hello world'
);