Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Side by Side Diff: content/browser/resources/media/media_internals.js

Issue 2478803003: Remove DOMAutomationController::automation_id_ (Closed)
Patch Set: Rebasing... Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 var media = {}; 5 var media = {};
6 6
7 // <include src="main.js"> 7 // <include src="main.js">
8 // <include src="util.js"> 8 // <include src="util.js">
9 // <include src="player_info.js"> 9 // <include src="player_info.js">
10 // <include src="manager.js"> 10 // <include src="manager.js">
11 // <include src="client_renderer.js"> 11 // <include src="client_renderer.js">
12 12
13 media.initialize(new Manager(new ClientRenderer())); 13 media.initialize(new Manager(new ClientRenderer()));
14 cr.ui.decorate('tabbox', cr.ui.TabBox); 14 if (cr.ui)
15 cr.ui.decorate('tabbox', cr.ui.TabBox);
OLDNEW
« no previous file with comments | « content/browser/resources/media/client_renderer.js ('k') | content/browser/security_exploit_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698