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

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

Issue 2653673006: Move loadType() to DocumentLoader (Closed)
Patch Set: Move loadType() to DocumentLoader Created 3 years, 11 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/InspectorTracingAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h b/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h
index c7aa89346f78592631eb1e82939e761654abd6d4..77a8b11d43466a76c27839460ed62d1ab160d549 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h
@@ -10,6 +10,7 @@
#include "core/CoreExport.h"
#include "core/inspector/InspectorBaseAgent.h"
#include "core/inspector/protocol/Tracing.h"
+#include "core/loader/FrameLoaderTypes.h"
#include "wtf/text/WTFString.h"
namespace blink {
@@ -45,7 +46,7 @@ class CORE_EXPORT InspectorTracingAgent final
Response disable() override;
// InspectorInstrumentation methods
- void frameStartedLoading(LocalFrame*);
+ void frameStartedLoading(LocalFrame*, FrameLoadType);
void frameStoppedLoading(LocalFrame*);
// Protocol method implementations.

Powered by Google App Engine
This is Rietveld 408576698