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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

Issue 2456353002: [dry-run] Trying frameloader::loadFailed. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index ac71abf9b30e17ad045ce9b453b8cedb73cafcfb..a9dac6e3f9d05f30e962d4fc0ed278f1e4173e50 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -264,7 +264,7 @@ class WEB_EXPORT WebLocalFrameImpl final
WebHistoryLoadType,
bool isClientRedirect) override;
bool canRenderFallbackContent() const override;
- void loadFailed() override;
+ void loadFailed(const WebURLError&) override;
bool isLoading() const override;
bool isFrameDetachedForSpecialOneOffStopTheCrashingHackBug561873()
const override;
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698