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

Unified Diff: chrome/renderer/render_thread.h

Issue 293038: Implementing WebDatabaseObserver in the renderer process.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Final version. Bots should turn green. Created 11 years, 2 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
« no previous file with comments | « chrome/common/render_messages_internal.h ('k') | chrome/renderer/render_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/render_thread.h
===================================================================
--- chrome/renderer/render_thread.h (revision 29950)
+++ chrome/renderer/render_thread.h (working copy)
@@ -26,6 +26,7 @@
class NullableString16;
class RenderDnsMaster;
class RendererHistogram;
+class RendererWebDatabaseObserver;
class RendererWebKitClientImpl;
class SkBitmap;
class UserScriptSlave;
@@ -201,7 +202,9 @@
scoped_ptr<RendererHistogramSnapshots> histogram_snapshots_;
scoped_ptr<RendererWebKitClientImpl> webkit_client_;
scoped_ptr<WebKit::WebStorageEventDispatcher> dom_storage_event_dispatcher_;
+ scoped_ptr<RendererWebDatabaseObserver> renderer_web_database_observer_;
+ // Used on the renderer and IPC threads.
scoped_refptr<DBMessageFilter> db_message_filter_;
#if defined(OS_POSIX)
« no previous file with comments | « chrome/common/render_messages_internal.h ('k') | chrome/renderer/render_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698