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

Unified Diff: tracing/tracing/model/instant_event.html

Issue 2020813002: Rewrite LoadExpectation to v1.0. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: . Created 4 years, 7 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: tracing/tracing/model/instant_event.html
diff --git a/tracing/tracing/model/instant_event.html b/tracing/tracing/model/instant_event.html
index 5c50132116c0c4aa51121acb70250a1c9a5e0154..18287dd592feff7d8be6bc7df7202fd007f43862 100644
--- a/tracing/tracing/model/instant_event.html
+++ b/tracing/tracing/model/instant_event.html
@@ -70,6 +70,7 @@ tr.exportTo('tr.model', function() {
function ProcessInstantEvent(category, title, colorId, start, args) {
InstantEvent.apply(this, arguments);
this.type = InstantEventType.PROCESS;
+ this.process = undefined; // Set by TraceEventImporter.
};
ProcessInstantEvent.prototype = {
« no previous file with comments | « tracing/tracing/importer/find_load_expectations.html ('k') | tracing/tracing/model/user_model/load_expectation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698