diff options
Diffstat (limited to 'Source/Platform/chromium/public/Platform.h')
| -rw-r--r-- | Source/Platform/chromium/public/Platform.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Platform/chromium/public/Platform.h b/Source/Platform/chromium/public/Platform.h index 8aab66c61..86c1538a6 100644 --- a/Source/Platform/chromium/public/Platform.h +++ b/Source/Platform/chromium/public/Platform.h @@ -56,6 +56,7 @@ class WebPeerConnectionHandler; class WebPeerConnectionHandlerClient; class WebURL; class WebURLLoader; +class WebSandboxSupport; class WebSocketStreamHandle; class WebThemeEngine; class WebThread; @@ -80,6 +81,9 @@ public: // Must return non-null. virtual WebMimeRegistry* mimeRegistry() { return 0; } + // May return null if sandbox support is not necessary + virtual WebSandboxSupport* sandboxSupport() { return 0; } + // May return null on some platforms. virtual WebThemeEngine* themeEngine() { return 0; } |
