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

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

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/InspectorPageAgent.cpp
diff --git a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp
index f75a8df4027e28791a8e2ae110383ea6f2912055..42258bb69b8e83d4b8c59fd76b0dfd152ed3411c 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp
+++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp
@@ -678,7 +678,7 @@ bool InspectorPageAgent::screencastEnabled() {
m_state->booleanProperty(PageAgentState::screencastEnabled, false);
}
-void InspectorPageAgent::frameStartedLoading(LocalFrame* frame) {
+void InspectorPageAgent::frameStartedLoading(LocalFrame* frame, FrameLoadType) {
frontend()->frameStartedLoading(frameId(frame));
}

Powered by Google App Engine
This is Rietveld 408576698