Upstream version 10.38.208.0
[platform/framework/web/crosswalk.git] / src / android_webview / browser / aw_contents_client_bridge_base.h
index a24aa4b..3bc1815 100644 (file)
@@ -34,6 +34,7 @@ class AwContentsClientBridgeBase {
   // Adds the handler to the UserData registry.
   static void Associate(content::WebContents* web_contents,
                         AwContentsClientBridgeBase* handler);
+  static void Disassociate(content::WebContents* web_contents);
   static AwContentsClientBridgeBase* FromWebContents(
       content::WebContents* web_contents);
   static AwContentsClientBridgeBase* FromID(int render_process_id,