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

Unified Diff: chrome/browser/resources/gpu_internals.html

Issue 7555005: Moving the contents of chrome://gpu Profiling to chrome://tracing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/gpu_internals.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/gpu_internals.html
diff --git a/chrome/browser/resources/gpu_internals.html b/chrome/browser/resources/gpu_internals.html
index 338b2037d1b45e18ef5ae54e2763e808a439738d..33c55c7f1e30bc6e7140b5e67a0edfac36e9bfd7 100644
--- a/chrome/browser/resources/gpu_internals.html
+++ b/chrome/browser/resources/gpu_internals.html
@@ -40,11 +40,6 @@ tabbox tabpanels {
</style>
<link rel="stylesheet" href="gpu_internals/info_view.css">
-<link rel="stylesheet" href="gpu_internals/overlay.css">
-<link rel="stylesheet" href="gpu_internals/profiling_view.css">
-<link rel="stylesheet" href="gpu_internals/timeline_view.css">
-<link rel="stylesheet" href="gpu_internals/timeline.css">
-<link rel="stylesheet" href="gpu_internals/tracing_controller.css">
<link rel="stylesheet" href="chrome://resources/css/tabs.css">
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/cr/event_target.js"></script>
@@ -66,9 +61,14 @@ tabbox tabpanels {
</tabs>
<tabpanels>
<include src="gpu_internals/info_view.html">
- <tabpanel id="profiling-view">
+ <tabpanel id="profiling-view-link">
+ <div>
+ Profiling view has moved to <a
+ href="chrome://tracing">chrome://tracing</a>.
+ </div>
+ </tabpanel>
</tabpanels>
- </div>
+ </tabbox>
<script src="chrome://resources/js/i18n_template.js"></script>
<script src="chrome://resources/js/i18n_process.js"></script>
<script src="chrome://resources/js/jstemplate_compiled.js"></script>
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/gpu_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698