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

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

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/InspectorPageAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
index 65b8061efa37cb28256d046ea2142b3cb3261c7e..665331f140b18398f3f24649ca37d77b14f74f61 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
@@ -145,7 +145,7 @@ class CORE_EXPORT InspectorPageAgent final
void didCommitLoad(LocalFrame*, DocumentLoader*);
void frameAttachedToParent(LocalFrame*);
void frameDetachedFromParent(LocalFrame*);
- void frameStartedLoading(LocalFrame*);
+ void frameStartedLoading(LocalFrame*, FrameLoadType);
void frameStoppedLoading(LocalFrame*);
void frameScheduledNavigation(LocalFrame*, double delay);
void frameClearedScheduledNavigation(LocalFrame*);

Powered by Google App Engine
This is Rietveld 408576698