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

Unified Diff: sky/engine/core/loader/FrameLoaderClient.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/loader/FrameLoader.cpp ('k') | sky/engine/core/testing/URLTestHelpers.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/loader/FrameLoaderClient.h
diff --git a/sky/engine/core/loader/FrameLoaderClient.h b/sky/engine/core/loader/FrameLoaderClient.h
index 10e6d775835a0c2e9140c4eabbad47436f33f26b..256e1f3be232ab8b1d68c408e8a77e54052cd8f2 100644
--- a/sky/engine/core/loader/FrameLoaderClient.h
+++ b/sky/engine/core/loader/FrameLoaderClient.h
@@ -33,7 +33,6 @@
#include "sky/engine/core/frame/FrameClient.h"
#include "sky/engine/core/loader/FrameLoaderTypes.h"
#include "sky/engine/core/loader/NavigationPolicy.h"
-#include "sky/engine/platform/network/ResourceLoadPriority.h"
#include "sky/engine/platform/weborigin/Referrer.h"
#include "sky/engine/wtf/Forward.h"
#include "sky/engine/wtf/Vector.h"
@@ -60,7 +59,6 @@ namespace blink {
class LocalFrame;
class Page;
class RemoteFrame;
- class ResourceError;
class ResourceHandle;
class ResourceRequest;
class ResourceResponse;
@@ -81,7 +79,6 @@ namespace blink {
virtual void dispatchDidHandleOnloadEvents() = 0;
virtual void dispatchWillClose() = 0;
virtual void dispatchDidReceiveTitle(const String&) = 0;
- virtual void dispatchDidFailLoad(const ResourceError&) = 0;
virtual NavigationPolicy decidePolicyForNavigation(const ResourceRequest&, Document*, NavigationPolicy, bool isTransitionNavigation) = 0;
@@ -109,8 +106,6 @@ namespace blink {
// notification with the given GL_ARB_robustness guilt/innocence code (see Extensions3D.h).
virtual void didLoseWebGLContext(int) { }
- virtual void dispatchDidChangeResourcePriority(unsigned long identifier, ResourceLoadPriority, int intraPriorityValue) { }
-
virtual void dispatchDidChangeManifest() { }
virtual bool isFrameLoaderClientImpl() const { return false; }
« no previous file with comments | « sky/engine/core/loader/FrameLoader.cpp ('k') | sky/engine/core/testing/URLTestHelpers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698