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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h

Issue 2296923004: Track frame context URL using first script heuristic (Closed)
Patch Set: Created 4 years, 4 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: third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h b/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h
index 17c31580f266a8a390531897b224ecd63ce9900b..f652d251cacc457a28cc628e19aa1856f3070986 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h
@@ -39,6 +39,8 @@ public:
private:
Member<InspectedFrames> m_inspectedFrames;
+ bool m_firstScriptSeen;
+ std::string m_frameContextURL;
caseq 2016/08/31 04:59:15 you can't use std::string in core -- either use St
panicker 2016/09/07 00:01:46 Switched to keeping pointer to Location.
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698