/**@class android.webkit.WebChromeClient.CustomViewCallback
 A callback interface used by the host application to notify
 the current page that its custom view has been dismissed.
*/
var CustomViewCallback = {

/**Invoked when the host application dismisses the
 custom view.
*/
onCustomViewHidden : function(  ) {},


};