| Index: tools/telemetry/unittest_data/simple_app/background.js
|
| diff --git a/tools/telemetry/unittest_data/autotest_ext/background.js b/tools/telemetry/unittest_data/simple_app/background.js
|
| similarity index 67%
|
| copy from tools/telemetry/unittest_data/autotest_ext/background.js
|
| copy to tools/telemetry/unittest_data/simple_app/background.js
|
| index 1513ac09fac4e3587b7fc8195ccbb8bd60a0d229..01412a36126eb56c1ba0af14e6b69d76003dba6d 100644
|
| --- a/tools/telemetry/unittest_data/autotest_ext/background.js
|
| +++ b/tools/telemetry/unittest_data/simple_app/background.js
|
| @@ -2,3 +2,5 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +chrome.app.window.create('main.html');
|
| +chrome.app.window.create('second.html');
|
|
|