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

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

Issue 114123005: Show media and VTT text tracks in the devtools. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years 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/InspectorPageAgent.h
diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h
index 8a0dc8d52b2010119009f0ae0319b0a4c0830e93..10df7e16afca31a9cd9b2d57696c16b7d0dd2278 100644
--- a/Source/core/inspector/InspectorPageAgent.h
+++ b/Source/core/inspector/InspectorPageAgent.h
@@ -68,8 +68,10 @@ public:
DocumentResource,
StylesheetResource,
ImageResource,
- Font,
+ FontResource,
+ MediaResource,
ScriptResource,
+ TextTrackResource,
XHRResource,
WebSocketResource,
OtherResource

Powered by Google App Engine
This is Rietveld 408576698