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

Unified Diff: content/renderer/render_thread_impl.h

Issue 10383123: Switch to using the async DomStorage IPC messages and add a caching layer … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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
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();
}

Powered by Google App Engine
This is Rietveld 408576698