diff options
author | creis@chromium.org <creis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-21 17:10:26 +0000 |
---|---|---|
committer | creis@chromium.org <creis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-21 17:10:26 +0000 |
commit | 58436a1770176ece2c02b28a57bba2a89db5d58b (patch) | |
tree | fdc8965e47e515b0d39d98f05f0280fefc7456a3 /content/renderer/render_thread_impl.h | |
parent | 8f8167ed2bd7ef7c76ed7d7b5f21bae175da5953 (diff) | |
download | chromium_src-58436a1770176ece2c02b28a57bba2a89db5d58b.zip chromium_src-58436a1770176ece2c02b28a57bba2a89db5d58b.tar.gz chromium_src-58436a1770176ece2c02b28a57bba2a89db5d58b.tar.bz2 |
Use a new scheme for swapping out RenderViews.
BUG=118664
TEST=none
Review URL: http://codereview.chromium.org/9720004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127986 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/render_thread_impl.h')
-rw-r--r-- | content/renderer/render_thread_impl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h index 4b24657..df6bf55 100644 --- a/content/renderer/render_thread_impl.h +++ b/content/renderer/render_thread_impl.h @@ -86,6 +86,10 @@ class CONTENT_EXPORT RenderThreadImpl : public content::RenderThread, // execution context (corresponding to WebFrame::frameForCurrentContext). static int32 RoutingIDForCurrentContext(); + // When initializing WebKit, ensure that any schemes needed for the content + // module are registered properly. Static to allow sharing with tests. + static void RegisterSchemes(); + // content::RenderThread implementation: virtual bool Send(IPC::Message* msg) OVERRIDE; virtual MessageLoop* GetMessageLoop() OVERRIDE; |