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

Unified Diff: Source/core/inspector/TimelineRecordFactory.h

Issue 213003002: DevTools: allow whitelist of timeline events to be pushed live although in bufferEvent mode. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Same with front-end Created 6 years, 9 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: Source/core/inspector/TimelineRecordFactory.h
diff --git a/Source/core/inspector/TimelineRecordFactory.h b/Source/core/inspector/TimelineRecordFactory.h
index b2d4e82875bbda06dde7a6c8218fea165a54c806..e67bf9541d587246cde50d80a8b7258282926e56 100644
--- a/Source/core/inspector/TimelineRecordFactory.h
+++ b/Source/core/inspector/TimelineRecordFactory.h
@@ -103,6 +103,8 @@ public:
}
static PassRefPtr<JSONObject> createEmbedderCallbackData(const String& callbackName);
+
+ static String type(TypeBuilder::Timeline::TimelineEvent*);
private:
TimelineRecordFactory() { }
};

Powered by Google App Engine
This is Rietveld 408576698