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

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: 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..e7f2fb2ffeab1e0b1e56fddcdf60c9322d1a83e5 100644
--- a/mojo/services/html_viewer/mojo_blink_platform_impl.h
+++ b/mojo/services/html_viewer/mojo_blink_platform_impl.h
@@ -25,6 +25,8 @@ class MojoBlinkPlatformImpl : public BlinkPlatformImpl {
private:
// BlinkPlatform
+ virtual blink::WebCookieJar* cookieJar();
sky 2015/03/27 23:09:47 nit no virtual, but override.
+ virtual blink::WebClipboard* clipboard();
virtual blink::WebURLLoader* createURLLoader() override;
virtual blink::WebSocketHandle* createWebSocketHandle() override;
« 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