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

Unified Diff: sky/engine/core/loader/EmptyClients.h

Issue 1239633002: Remove //sky/engine/platform/network (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: rebase Created 5 years, 5 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 | « sky/engine/core/frame/FrameConsole.cpp ('k') | sky/engine/core/loader/FrameLoader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/loader/EmptyClients.h
diff --git a/sky/engine/core/loader/EmptyClients.h b/sky/engine/core/loader/EmptyClients.h
index cfafe5665bcd5a55150b9abe1db4a1e999143f08..6abb68a8c291d95dd5f829d79e47ec1a93faba03 100644
--- a/sky/engine/core/loader/EmptyClients.h
+++ b/sky/engine/core/loader/EmptyClients.h
@@ -37,7 +37,6 @@
#include "sky/engine/core/page/Page.h"
#include "sky/engine/core/page/SpellCheckerClient.h"
#include "sky/engine/platform/geometry/FloatRect.h"
-#include "sky/engine/platform/network/ResourceError.h"
#include "sky/engine/platform/text/TextCheckerClient.h"
#include "sky/engine/public/platform/WebScreenInfo.h"
#include "sky/engine/wtf/Forward.h"
@@ -73,7 +72,6 @@ public:
virtual void dispatchDidHandleOnloadEvents() override { }
virtual void dispatchWillClose() override { }
virtual void dispatchDidReceiveTitle(const String&) override { }
- virtual void dispatchDidFailLoad(const ResourceError&) override { }
virtual NavigationPolicy decidePolicyForNavigation(const ResourceRequest&, Document*, NavigationPolicy, bool isTransitionNavigation) override;
« no previous file with comments | « sky/engine/core/frame/FrameConsole.cpp ('k') | sky/engine/core/loader/FrameLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698