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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl

Issue 2653673006: Move loadType() to DocumentLoader (Closed)
Patch Set: Rebase 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/InspectorInstrumentation.idl
diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
index 2d725e664f4e8ed73bb9e6b83fbe27230a26175a..b463a8b87dd26e9914c87d1804994ee1b317a508 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
@@ -244,7 +244,7 @@ class XMLHttpRequest;
void frameDocumentUpdated([Keep] LocalFrame*);
[Page, Tracing]
- void frameStartedLoading([Keep] LocalFrame*);
+ void frameStartedLoading([Keep] LocalFrame*, FrameLoadType);
[Page, Tracing]
void frameStoppedLoading([Keep] LocalFrame*);

Powered by Google App Engine
This is Rietveld 408576698