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

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: Update regex Created 9 years, 4 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 <include src="content_security_policy.html"/> 9 <include src="content_security_policy.html"/>
10 10
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 <div id="debug-div"> 59 <div id="debug-div">
60 </div> 60 </div>
61 <!-- Tabs --> 61 <!-- Tabs -->
62 <tabbox id="main-tabs"> 62 <tabbox id="main-tabs">
63 <tabs> 63 <tabs>
64 <tab>GPU Info</tab> 64 <tab>GPU Info</tab>
65 <tab>Profiling</tab> 65 <tab>Profiling</tab>
66 </tabs> 66 </tabs>
67 <tabpanels> 67 <tabpanels>
68 <include src="gpu_internals/info_view.html"> 68 <include src="gpu_internals/info_view.html">
69 <tabpanel id="profiling-view"</div> 69 <tabpanel id="profiling-view">
70 </tabpanels> 70 </tabpanels>
71 </div> 71 </div>
72 <script src="chrome://resources/js/i18n_template.js"></script> 72 <script src="chrome://resources/js/i18n_template.js"></script>
73 <script src="chrome://resources/js/i18n_process.js"></script> 73 <script src="chrome://resources/js/i18n_process.js"></script>
74 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 74 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
75 </body> 75 </body>
76 </html> 76 </html>
OLDNEW
« no previous file with comments | « chrome/browser/pdf_unsupported_feature.cc ('k') | chrome/browser/resources/options/advanced_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698