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

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

Issue 24027002: DevTools: implement console.timeline/timelineEnd. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review comments addressed. Created 7 years, 3 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/ConsoleAPITypes.h
diff --git a/Source/core/inspector/ConsoleAPITypes.h b/Source/core/inspector/ConsoleAPITypes.h
index 11f65ec210c9e2d7102941ca155b834a74fd383c..b36cdfed9ed2c63c54e01fcb3444d903fd4ca77f 100644
--- a/Source/core/inspector/ConsoleAPITypes.h
+++ b/Source/core/inspector/ConsoleAPITypes.h
@@ -38,7 +38,6 @@ enum MessageType {
EndGroupMessageType,
ClearMessageType,
AssertMessageType,
- TimingMessageType,
ProfileMessageType,
ProfileEndMessageType
};

Powered by Google App Engine
This is Rietveld 408576698