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

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: Review responses 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
Index: chrome/browser/resources/gpu_internals.html
diff --git a/chrome/browser/resources/gpu_internals.html b/chrome/browser/resources/gpu_internals.html
index dbfc30812b5240d0cc6a3171c679ef71e203288c..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"</div>
+ <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>

Powered by Google App Engine
This is Rietveld 408576698