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

Unified Diff: chrome/browser/resources/tracing/timeline.js

Issue 7555005: Moving the contents of chrome://gpu Profiling to chrome://tracing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove tabs 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/tracing/timeline.js
diff --git a/chrome/browser/resources/gpu_internals/timeline.js b/chrome/browser/resources/tracing/timeline.js
similarity index 99%
rename from chrome/browser/resources/gpu_internals/timeline.js
rename to chrome/browser/resources/tracing/timeline.js
index e136f317c7107a4b0961c2a7be83644ec5b35230..7bdebb742f224558b7a96ce7ca51268483cc688d 100644
--- a/chrome/browser/resources/gpu_internals/timeline.js
+++ b/chrome/browser/resources/tracing/timeline.js
@@ -15,7 +15,7 @@
* Thread2: CCCCCC CCCCC
*
*/
-cr.define('gpu', function() {
+cr.define('tracing', function() {
/**
* The TimelineViewport manages the transform used for navigating

Powered by Google App Engine
This is Rietveld 408576698