Overview   Project   Class   Tree   Index 
CEF C++ API Docs - Revision 1123
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefPermissionHandler

CefBase
   |
   +--CefPermissionHandler

   in cef_permission_handler.h

class CefPermissionHandler
extends CefBase

Implement this interface to handle events related to browser permissions. The methods of this class will be called on the UI thread.


Method Summary
 virtual bool OnBeforeScriptExtensionLoad( CefRefPtr< CefBrowser > browser, CefRefPtr< CefFrame > frame, const CefString& extensionName )
          Called on the UI thread before a script extension is loaded.
   
Methods inherited from class CefBase
AddRef, Release, GetRefCt
 

Method Detail

OnBeforeScriptExtensionLoad

public virtual bool OnBeforeScriptExtensionLoad( CefRefPtr< CefBrowser > browser, CefRefPtr< CefFrame > frame, const CefString& extensionName );
Called on the UI thread before a script extension is loaded. Return false to let the extension load normally.

 Overview   Project   Class   Tree   Index 
CEF C++ API Docs - Revision 1123
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2011 Marshall A. Greenblatt