diff options
author | sehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-21 00:41:22 +0000 |
---|---|---|
committer | sehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-21 00:41:22 +0000 |
commit | d4362e74b269497a790eb19da357ed76fb0a2357 (patch) | |
tree | 37e1431c660612dbd1274c5a14fffa2d09d9b8ec /content/test/mock_render_thread.h | |
parent | 111ddfd416270b46727961a82ba531c931f2c8f5 (diff) | |
download | chromium_src-d4362e74b269497a790eb19da357ed76fb0a2357.zip chromium_src-d4362e74b269497a790eb19da357ed76fb0a2357.tar.gz chromium_src-d4362e74b269497a790eb19da357ed76fb0a2357.tar.bz2 |
Revert 118553 - Add nacl private interface and state for process creation.
After invoking an interface method this will allow creation from other than
RenderThread.
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9265027
TBR=sehr@google.com
Review URL: https://chromiumcodereview.appspot.com/9131027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118565 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/mock_render_thread.h')
-rw-r--r-- | content/test/mock_render_thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/test/mock_render_thread.h b/content/test/mock_render_thread.h index d89ea73..0c083a7 100644 --- a/content/test/mock_render_thread.h +++ b/content/test/mock_render_thread.h @@ -39,7 +39,6 @@ class MockRenderThread : public content::RenderThread { virtual MessageLoop* GetMessageLoop() OVERRIDE; virtual IPC::SyncChannel* GetChannel() OVERRIDE; virtual std::string GetLocale() OVERRIDE; - virtual IPC::SyncMessageFilter* GetSyncMessageFilter() OVERRIDE; virtual void AddRoute(int32 routing_id, IPC::Channel::Listener* listener) OVERRIDE; virtual void RemoveRoute(int32 routing_id) OVERRIDE; |