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

Unified Diff: chrome/browser/resources/tracing/timeline_model.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_model.js
diff --git a/chrome/browser/resources/gpu_internals/timeline_model.js b/chrome/browser/resources/tracing/timeline_model.js
similarity index 99%
rename from chrome/browser/resources/gpu_internals/timeline_model.js
rename to chrome/browser/resources/tracing/timeline_model.js
index eeb0cb93df9298fb4d9e7917d90eb1d5f9e01b0c..99dcb65efbd10186b031f9cb3342a0cc22940709 100644
--- a/chrome/browser/resources/gpu_internals/timeline_model.js
+++ b/chrome/browser/resources/tracing/timeline_model.js
@@ -19,7 +19,7 @@
* nesting tasks.
*
*/
-cr.define('gpu', function() {
+cr.define('tracing', function() {
/**
* A TimelineSlice represents an interval of time on a given thread
* associated with a specific trace event. For example,

Powered by Google App Engine
This is Rietveld 408576698