Use multiline attribute to check for IA2_STATE_MULTILINE.
[chromium-blink-merge.git] / content / browser / resources / media / media_internals.js
blob554d6690982a6683e89a679bfa542ddbcd6fe50a
1 // Copyright 2013 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 var media = {};
7 <include src="main.js"/>
8 <include src="util.js"/>
9 <include src="cache_entry.js"/>
10 <include src="disjoint_range_set.js"/>
11 <include src="player_info.js"/>
12 <include src="manager.js"/>
13 <include src="client_renderer.js"/>
15 media.initialize(new Manager(new ClientRenderer()));
16 cr.ui.decorate('tabbox', cr.ui.TabBox);