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

Unified Diff: content/common/child_thread.h

Issue 9368053: Move indexed db files from content/renderer to content/common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix checkdeps by adding method to ChildThread Created 8 years, 10 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/common/child_thread.h
diff --git a/content/common/child_thread.h b/content/common/child_thread.h
index 220985a54a6140271221cedb6e1b873d324289ed..f45fed555e070e22acc301dda9bd7221d1856ac4 100644
--- a/content/common/child_thread.h
+++ b/content/common/child_thread.h
@@ -12,6 +12,7 @@
#include "content/common/content_export.h"
#include "content/common/message_router.h"
#include "webkit/glue/resource_loader_bridge.h"
+#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
jsbell 2012/02/10 23:57:38 Nit: include ordering
dgrogan 2012/02/11 00:05:26 Moved to the .cc file, and in the proper order.
class FileSystemDispatcher;
class MessageLoop;
@@ -79,6 +80,8 @@ class CONTENT_EXPORT ChildThread : public IPC::Channel::Listener,
// Returns the one child thread.
static ChildThread* current();
+ virtual bool IsWebFrameValid(WebKit::WebFrame* frame);
+
protected:
friend class ChildProcess;
« no previous file with comments | « no previous file | content/common/child_thread.cc » ('j') | content/renderer/renderer_webkitplatformsupport_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698