Change next_proto member type.
[chromium-blink-merge.git] / tools / telemetry / unittest_data / simple_app / background.js
blob01412a36126eb56c1ba0af14e6b69d76003dba6d
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 chrome.app.window.create('main.html');
6 chrome.app.window.create('second.html');