1<!DOCTYPE HTML> 2<html> 3<!-- 4Copyright (c) 2010 The Chromium Authors. All rights reserved. 5Use of this source code is governed by a BSD-style license that can be 6found in the LICENSE file. 7--> 8<WARNING_MESSAGE></WARNING_MESSAGE> 9<head i18n-values="dir:textdirection;"> 10<title>chrome://tracing</title> 11<style> 12html, body { 13 height: 100%; 14} 15 16body { 17 -webkit-box-orient: vertical; 18 display: -webkit-box; 19 margin: 0; 20 padding: 0; 21} 22 23</style> 24<STYLE_SHEET_CONTENTS></STYLE_SHEET_CONTENTS> 25<TEMPLATE_CONTENTS></TEMPLATE_CONTENTS> 26<script src="chrome://tracing/tracing.js"></script> 27</head> 28<body> 29 <div id="profiling-view"></div> 30</body> 31</html> 32