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

Unified Diff: sky/viewer/platform/weburlloader_impl.h

Issue 890233002: Remove unused WebURLRequestExtraData class (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/platform/weburlloader_impl.h
diff --git a/sky/viewer/platform/weburlloader_impl.h b/sky/viewer/platform/weburlloader_impl.h
index a8573cd3f602f8a3352009d8086bc12130992a7f..3372f437467a610ab248768b58191533df5d9da5 100644
--- a/sky/viewer/platform/weburlloader_impl.h
+++ b/sky/viewer/platform/weburlloader_impl.h
@@ -16,14 +16,6 @@ class NetworkService;
}
namespace sky {
-// The concrete type of WebURLRequest::ExtraData.
-class WebURLRequestExtraData : public blink::WebURLRequest::ExtraData {
- public:
- WebURLRequestExtraData();
- virtual ~WebURLRequestExtraData();
-
- mojo::URLResponsePtr synthetic_response;
-};
class WebURLLoaderImpl : public blink::WebURLLoader {
public:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698