Chromium Code Reviews| Index: chrome/test/data/extensions/trivial_extension/extension/background.js |
| diff --git a/chrome/test/data/extensions/trivial_extension/extension/background.js b/chrome/test/data/extensions/trivial_extension/extension/background.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..022f51e1378d4d71b87989ee95381cc28e08c0cb |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/trivial_extension/extension/background.js |
| @@ -0,0 +1,5 @@ |
| +// Copyright 2017 The Chromium Authors. All rights reserved. |
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +console.log('The Trivial Test Extension background page loaded'); |