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

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

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 | « no previous file | mojo/services/html_viewer/mojo_blink_platform_impl.cc » ('j') | 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.h
diff --git a/mojo/services/html_viewer/mojo_blink_platform_impl.h b/mojo/services/html_viewer/mojo_blink_platform_impl.h
index aeb632d756c09feccd049524bcbd824266955d4a..af3dd754f994a29deb0850a2381a462ca1bf4a15 100644
--- a/mojo/services/html_viewer/mojo_blink_platform_impl.h
+++ b/mojo/services/html_viewer/mojo_blink_platform_impl.h
@@ -25,8 +25,10 @@ class MojoBlinkPlatformImpl : public BlinkPlatformImpl {
private:
// BlinkPlatform
- virtual blink::WebURLLoader* createURLLoader() override;
- virtual blink::WebSocketHandle* createWebSocketHandle() override;
+ blink::WebCookieJar* cookieJar() override;
+ blink::WebClipboard* clipboard() override;
+ blink::WebURLLoader* createURLLoader() override;
+ blink::WebSocketHandle* createWebSocketHandle() override;
mojo::NetworkServicePtr network_service_;
scoped_ptr<WebCookieJarImpl> cookie_jar_;
« no previous file with comments | « no previous file | mojo/services/html_viewer/mojo_blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698