Chromium Code Reviews| 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; |