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

Side by Side Diff: chrome/browser/resources/gpu_internals.html

Issue 7314020: Update UMA user actions parsing, primarily to include WebUI metrics. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile Created 9 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <!-- 3 <!--
4 Copyright (c) 2010 The Chromium Authors. All rights reserved. 4 Copyright (c) 2010 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 <head i18n-values="dir:textdirection;"> 8 <head i18n-values="dir:textdirection;">
9 <link rel="stylesheet" href="webui.css"> 9 <link rel="stylesheet" href="webui.css">
10 <style> 10 <style>
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 <div id="debug-div"> 112 <div id="debug-div">
113 </div> 113 </div>
114 <!-- Tabs --> 114 <!-- Tabs -->
115 <tabbox id="main-tabs"> 115 <tabbox id="main-tabs">
116 <tabs> 116 <tabs>
117 <tab>GPU Info</tab> 117 <tab>GPU Info</tab>
118 <tab>Profiling</tab> 118 <tab>Profiling</tab>
119 </tabs> 119 </tabs>
120 <tabpanels> 120 <tabpanels>
121 <include src="gpu_internals/info_view.html"> 121 <include src="gpu_internals/info_view.html">
122 <tabpanel id="profiling-view"</div> 122 <tabpanel id="profiling-view">
123 </tabpanels> 123 </tabpanels>
124 </div> 124 </div>
125 </body> 125 </body>
126 </html> 126 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698