Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / shell / renderer / shell_content_renderer_client.h
index 1764630..8e1b482 100644 (file)
@@ -15,6 +15,10 @@ class WebPlugin;
 struct WebPluginParams;
 }
 
+namespace web_cache {
+class WebCacheRenderProcessObserver;
+}
+
 namespace content {
 
 class MockWebClipboardImpl;
@@ -53,6 +57,7 @@ class ShellContentRendererClient : public ContentRendererClient {
  private:
   void WebTestProxyCreated(RenderView* render_view, WebTestProxyBase* proxy);
 
+  scoped_ptr<web_cache::WebCacheRenderProcessObserver> web_cache_observer_;
   scoped_ptr<ShellRenderProcessObserver> shell_observer_;
   scoped_ptr<MockWebClipboardImpl> clipboard_;
 };