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

Unified Diff: sky/engine/public/platform/Platform.h

Issue 1230113006: Remove last use of Platform::networkService() (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 | « services/sky/document_view.cc ('k') | sky/shell/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/platform/Platform.h
diff --git a/sky/engine/public/platform/Platform.h b/sky/engine/public/platform/Platform.h
index af287f429f2dc481535a116c3b7bbea0431898ec..e3961f3b432b89fce4d38981bfe607e701abdfc2 100644
--- a/sky/engine/public/platform/Platform.h
+++ b/sky/engine/public/platform/Platform.h
@@ -45,10 +45,6 @@ namespace base {
class SingleThreadTaskRunner;
}
-namespace mojo {
-class NetworkService;
-}
-
namespace blink {
class WebBlobRegistry;
@@ -145,13 +141,6 @@ public:
// See comments on ImageDecoder::m_maxDecodedBytes.
virtual size_t maxDecodedImageBytes() { return noDecodedImageByteLimit; }
- // Network -------------------------------------------------------------
-
- virtual mojo::NetworkService* networkService() { return 0; }
-
- // A suggestion to cache this metadata in association with this URL.
- virtual void cacheMetadata(const WebURL&, double responseTime, const char* data, size_t dataSize) { }
-
// Resources -----------------------------------------------------------
// Returns a localized string resource (with substitution parameters).
« no previous file with comments | « services/sky/document_view.cc ('k') | sky/shell/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698