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

Unified Diff: third_party/WebKit/Source/core/loader/FrameLoader.h

Issue 2842253002: Move ReportLocalLoadFailed to ExecutionContext (Closed)
Patch Set: Created 3 years, 8 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/loader/FrameLoader.h
diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.h b/third_party/WebKit/Source/core/loader/FrameLoader.h
index 010f24dd10ad6f8a2540f450cc8dee681a66ab44..266c358b450de1584ecaedf26891a5481566122b 100644
--- a/third_party/WebKit/Source/core/loader/FrameLoader.h
+++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
@@ -97,8 +97,6 @@ class CORE_EXPORT FrameLoader final {
HistoryItem* = nullptr,
HistoryLoadType = kHistoryDifferentDocumentLoad);
- static void ReportLocalLoadFailed(LocalFrame*, const String& url);
-
// Warning: stopAllLoaders can and will detach the LocalFrame out from under
// you. All callers need to either protect the LocalFrame or guarantee they
// won't in any way access the LocalFrame after stopAllLoaders returns.

Powered by Google App Engine
This is Rietveld 408576698