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

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

Issue 7495031: trace_event support for thread names (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Handle thread id repeats, fix locking, clarify name lifetime. 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.js
diff --git a/chrome/browser/resources/gpu_internals.js b/chrome/browser/resources/gpu_internals.js
index fcc60c8c6e90c0dbab68d3104348f4292610afd4..57832f05134b69fa7e5ff9adaba8aeb8704cdee4 100644
--- a/chrome/browser/resources/gpu_internals.js
+++ b/chrome/browser/resources/gpu_internals.js
@@ -16,7 +16,6 @@
var browserBridge;
var tracingController;
-var timelineView; // made global for debugging purposes only
var profilingView; // made global for debugging purposes only
/**

Powered by Google App Engine
This is Rietveld 408576698