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

Unified Diff: content/renderer/renderer_webkitplatformsupport_impl.h

Issue 188203003: Move webcrypto to child/ and add support to worker_webkitplatformsupport. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes to gypis Created 6 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 | « content/content_tests.gypi ('k') | content/renderer/renderer_webkitplatformsupport_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/renderer_webkitplatformsupport_impl.h
diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h
index bfa3f7a083de4037d150d4fad3f01a2fbfbd1655..9da11d9f8fa74e483992be2cc3a6909837e155c6 100644
--- a/content/renderer/renderer_webkitplatformsupport_impl.h
+++ b/content/renderer/renderer_webkitplatformsupport_impl.h
@@ -42,7 +42,6 @@ class RendererClipboardClient;
class ScreenOrientationDispatcher;
class ThreadSafeSender;
class WebClipboardImpl;
-class WebCryptoImpl;
class WebDatabaseObserverImpl;
class WebFileSystemImpl;
@@ -151,7 +150,6 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl
blink::WebDeviceMotionListener* listener) OVERRIDE;
virtual void setDeviceOrientationListener(
blink::WebDeviceOrientationListener* listener) OVERRIDE;
- virtual blink::WebCrypto* crypto() OVERRIDE;
virtual void queryStorageUsageAndQuota(
const blink::WebURL& storage_partition,
blink::WebStorageQuotaType,
@@ -228,8 +226,6 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl
webkit::WebCompositorSupportImpl compositor_support_;
- scoped_ptr<WebCryptoImpl> web_crypto_;
-
scoped_ptr<ScreenOrientationDispatcher> screen_orientation_dispatcher_;
scoped_ptr<blink::WebScrollbarBehavior> web_scrollbar_behavior_;
« no previous file with comments | « content/content_tests.gypi ('k') | content/renderer/renderer_webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698