Chromium Code Reviews| Index: content/renderer/render_thread_impl.h | 
| =================================================================== | 
| --- content/renderer/render_thread_impl.h (revision 138129) | 
| +++ content/renderer/render_thread_impl.h (working copy) | 
| @@ -169,6 +169,10 @@ | 
| return appcache_dispatcher_.get(); | 
| } | 
| + DomStorageDispatcher* dom_storage_dispatcher() const { | 
| + return dom_storage_dispatcher_.get(); | 
| + } | 
| + | 
| AudioInputMessageFilter* audio_input_message_filter() { | 
| return audio_input_message_filter_.get(); | 
| } |