Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / extension_host.h
index d7a68b1..f222dd2 100644 (file)
@@ -19,7 +19,6 @@
 #include "extensions/common/stack_frame.h"
 #include "extensions/common/view_type.h"
 
-class ExtensionService;
 class PrefsTabHelper;
 
 namespace content {
@@ -98,6 +97,9 @@ class ExtensionHost : public content::WebContentsDelegate,
       content::WebContents* web_contents,
       const content::MediaStreamRequest& request,
       const content::MediaResponseCallback& callback) OVERRIDE;
+  virtual bool PreHandleGestureEvent(
+      content::WebContents* source,
+      const blink::WebGestureEvent& event) OVERRIDE;
 
   // content::NotificationObserver
   virtual void Observe(int type,
@@ -129,9 +131,6 @@ class ExtensionHost : public content::WebContentsDelegate,
   // Actually create the RenderView for this host. See CreateRenderViewSoon.
   void CreateRenderViewNow();
 
-  // Returns the ExtensionService for |browser_context_| or NULL if none exists.
-  ExtensionService* GetExtensionService();
-
   // Message handlers.
   void OnRequest(const ExtensionHostMsg_Request_Params& params);
   void OnEventAck();