Esempio n. 1
0
 protected override void OnRequestGeolocationPermission(CefBrowser browser, String requestingUrl, Int32 requestId, CefGeolocationCallback callback)
 {
     Log.Trace("GeolocationHandler.OnRequestGeolocationPermission( browser: {0}, requestingUrl: {1}, requestId: {2} )",
               browser.Identifier, requestingUrl, requestId);
     callback.Continue(false);
 }
Esempio n. 2
0
 protected override bool OnRequestGeolocationPermission(CefBrowser browser, string requestingUrl, int requestId, CefGeolocationCallback callback)
 {
     //throw new NotImplementedException();
     return(true);
 }