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

Unified Diff: mojo/services/html_viewer/mojo_blink_platform_impl.cc

Issue 1037423002: html_viewer: Run with a cookie jar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: virtual -> override Created 5 years, 9 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 | « mojo/services/html_viewer/mojo_blink_platform_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/html_viewer/mojo_blink_platform_impl.cc
diff --git a/mojo/services/html_viewer/mojo_blink_platform_impl.cc b/mojo/services/html_viewer/mojo_blink_platform_impl.cc
index 6b27ab16045749d6b04039b52da45aac433f5db7..ec11ec7cc87d90a655b57e216986b08c3a388125 100644
--- a/mojo/services/html_viewer/mojo_blink_platform_impl.cc
+++ b/mojo/services/html_viewer/mojo_blink_platform_impl.cc
@@ -27,6 +27,14 @@ MojoBlinkPlatformImpl::MojoBlinkPlatformImpl(mojo::ApplicationImpl* app) {
MojoBlinkPlatformImpl::~MojoBlinkPlatformImpl() {
}
+blink::WebCookieJar* MojoBlinkPlatformImpl::cookieJar() {
+ return cookie_jar_.get();
+}
+
+blink::WebClipboard* MojoBlinkPlatformImpl::clipboard() {
+ return clipboard_.get();
+}
+
blink::WebURLLoader* MojoBlinkPlatformImpl::createURLLoader() {
return new WebURLLoaderImpl(network_service_.get());
}
« no previous file with comments | « mojo/services/html_viewer/mojo_blink_platform_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698