Update to Chromium revision 40af916d (#303546).

- Standardize usage of virtual/override specifiers in CEF internals (see http://crbug.com/417463).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1903 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2014-11-12 19:25:15 +00:00
parent 470518a52e
commit eef89ccdd3
329 changed files with 3160 additions and 3731 deletions

View File

@ -31,7 +31,6 @@ class CefAllowCertificateErrorCallbackCppToC
public:
explicit CefAllowCertificateErrorCallbackCppToC(
CefAllowCertificateErrorCallback* cls);
virtual ~CefAllowCertificateErrorCallbackCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -28,7 +28,6 @@ class CefAppCppToC
: public CefCppToC<CefAppCppToC, CefApp, cef_app_t> {
public:
explicit CefAppCppToC(CefApp* cls);
virtual ~CefAppCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefAuthCallbackCppToC
cef_auth_callback_t> {
public:
explicit CefAuthCallbackCppToC(CefAuthCallback* cls);
virtual ~CefAuthCallbackCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefBeforeDownloadCallbackCppToC
CefBeforeDownloadCallback, cef_before_download_callback_t> {
public:
explicit CefBeforeDownloadCallbackCppToC(CefBeforeDownloadCallback* cls);
virtual ~CefBeforeDownloadCallbackCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefBinaryValueCppToC
cef_binary_value_t> {
public:
explicit CefBinaryValueCppToC(CefBinaryValue* cls);
virtual ~CefBinaryValueCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -30,7 +30,6 @@ class CefBrowserCppToC
: public CefCppToC<CefBrowserCppToC, CefBrowser, cef_browser_t> {
public:
explicit CefBrowserCppToC(CefBrowser* cls);
virtual ~CefBrowserCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -31,7 +31,6 @@ class CefBrowserHostCppToC
cef_browser_host_t> {
public:
explicit CefBrowserHostCppToC(CefBrowserHost* cls);
virtual ~CefBrowserHostCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefBrowserProcessHandlerCppToC
cef_browser_process_handler_t> {
public:
explicit CefBrowserProcessHandlerCppToC(CefBrowserProcessHandler* cls);
virtual ~CefBrowserProcessHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -28,7 +28,6 @@ class CefCallbackCppToC
: public CefCppToC<CefCallbackCppToC, CefCallback, cef_callback_t> {
public:
explicit CefCallbackCppToC(CefCallback* cls);
virtual ~CefCallbackCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -28,7 +28,6 @@ class CefClientCppToC
: public CefCppToC<CefClientCppToC, CefClient, cef_client_t> {
public:
explicit CefClientCppToC(CefClient* cls);
virtual ~CefClientCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefCommandLineCppToC
cef_command_line_t> {
public:
explicit CefCommandLineCppToC(CefCommandLine* cls);
virtual ~CefCommandLineCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefCompletionCallbackCppToC
cef_completion_callback_t> {
public:
explicit CefCompletionCallbackCppToC(CefCompletionCallback* cls);
virtual ~CefCompletionCallbackCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefContextMenuHandlerCppToC
cef_context_menu_handler_t> {
public:
explicit CefContextMenuHandlerCppToC(CefContextMenuHandler* cls);
virtual ~CefContextMenuHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefContextMenuParamsCppToC
cef_context_menu_params_t> {
public:
explicit CefContextMenuParamsCppToC(CefContextMenuParams* cls);
virtual ~CefContextMenuParamsCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefCookieManagerCppToC
cef_cookie_manager_t> {
public:
explicit CefCookieManagerCppToC(CefCookieManager* cls);
virtual ~CefCookieManagerCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefCookieVisitorCppToC
cef_cookie_visitor_t> {
public:
explicit CefCookieVisitorCppToC(CefCookieVisitor* cls);
virtual ~CefCookieVisitorCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefDialogHandlerCppToC
cef_dialog_handler_t> {
public:
explicit CefDialogHandlerCppToC(CefDialogHandler* cls);
virtual ~CefDialogHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefDictionaryValueCppToC
cef_dictionary_value_t> {
public:
explicit CefDictionaryValueCppToC(CefDictionaryValue* cls);
virtual ~CefDictionaryValueCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefDisplayHandlerCppToC
cef_display_handler_t> {
public:
explicit CefDisplayHandlerCppToC(CefDisplayHandler* cls);
virtual ~CefDisplayHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefDOMDocumentCppToC
cef_domdocument_t> {
public:
explicit CefDOMDocumentCppToC(CefDOMDocument* cls);
virtual ~CefDOMDocumentCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -28,7 +28,6 @@ class CefDOMNodeCppToC
: public CefCppToC<CefDOMNodeCppToC, CefDOMNode, cef_domnode_t> {
public:
explicit CefDOMNodeCppToC(CefDOMNode* cls);
virtual ~CefDOMNodeCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -28,7 +28,6 @@ class CefDOMVisitorCppToC
: public CefCppToC<CefDOMVisitorCppToC, CefDOMVisitor, cef_domvisitor_t> {
public:
explicit CefDOMVisitorCppToC(CefDOMVisitor* cls);
virtual ~CefDOMVisitorCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefDownloadHandlerCppToC
cef_download_handler_t> {
public:
explicit CefDownloadHandlerCppToC(CefDownloadHandler* cls);
virtual ~CefDownloadHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefDownloadItemCallbackCppToC
cef_download_item_callback_t> {
public:
explicit CefDownloadItemCallbackCppToC(CefDownloadItemCallback* cls);
virtual ~CefDownloadItemCallbackCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefDownloadItemCppToC
cef_download_item_t> {
public:
explicit CefDownloadItemCppToC(CefDownloadItem* cls);
virtual ~CefDownloadItemCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -28,7 +28,6 @@ class CefDragDataCppToC
: public CefCppToC<CefDragDataCppToC, CefDragData, cef_drag_data_t> {
public:
explicit CefDragDataCppToC(CefDragData* cls);
virtual ~CefDragDataCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefDragHandlerCppToC
cef_drag_handler_t> {
public:
explicit CefDragHandlerCppToC(CefDragHandler* cls);
virtual ~CefDragHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefEndTracingCallbackCppToC
cef_end_tracing_callback_t> {
public:
explicit CefEndTracingCallbackCppToC(CefEndTracingCallback* cls);
virtual ~CefEndTracingCallbackCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefFileDialogCallbackCppToC
cef_file_dialog_callback_t> {
public:
explicit CefFileDialogCallbackCppToC(CefFileDialogCallback* cls);
virtual ~CefFileDialogCallbackCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefFocusHandlerCppToC
cef_focus_handler_t> {
public:
explicit CefFocusHandlerCppToC(CefFocusHandler* cls);
virtual ~CefFocusHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -32,7 +32,6 @@ class CefFrameCppToC
: public CefCppToC<CefFrameCppToC, CefFrame, cef_frame_t> {
public:
explicit CefFrameCppToC(CefFrame* cls);
virtual ~CefFrameCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefGeolocationCallbackCppToC
cef_geolocation_callback_t> {
public:
explicit CefGeolocationCallbackCppToC(CefGeolocationCallback* cls);
virtual ~CefGeolocationCallbackCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefGeolocationHandlerCppToC
cef_geolocation_handler_t> {
public:
explicit CefGeolocationHandlerCppToC(CefGeolocationHandler* cls);
virtual ~CefGeolocationHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefGetGeolocationCallbackCppToC
CefGetGeolocationCallback, cef_get_geolocation_callback_t> {
public:
explicit CefGetGeolocationCallbackCppToC(CefGetGeolocationCallback* cls);
virtual ~CefGetGeolocationCallbackCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefJSDialogCallbackCppToC
cef_jsdialog_callback_t> {
public:
explicit CefJSDialogCallbackCppToC(CefJSDialogCallback* cls);
virtual ~CefJSDialogCallbackCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefJSDialogHandlerCppToC
cef_jsdialog_handler_t> {
public:
explicit CefJSDialogHandlerCppToC(CefJSDialogHandler* cls);
virtual ~CefJSDialogHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefKeyboardHandlerCppToC
cef_keyboard_handler_t> {
public:
explicit CefKeyboardHandlerCppToC(CefKeyboardHandler* cls);
virtual ~CefKeyboardHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -31,7 +31,6 @@ class CefLifeSpanHandlerCppToC
cef_life_span_handler_t> {
public:
explicit CefLifeSpanHandlerCppToC(CefLifeSpanHandler* cls);
virtual ~CefLifeSpanHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -28,7 +28,6 @@ class CefListValueCppToC
: public CefCppToC<CefListValueCppToC, CefListValue, cef_list_value_t> {
public:
explicit CefListValueCppToC(CefListValue* cls);
virtual ~CefListValueCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefLoadHandlerCppToC
cef_load_handler_t> {
public:
explicit CefLoadHandlerCppToC(CefLoadHandler* cls);
virtual ~CefLoadHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -28,7 +28,6 @@ class CefMenuModelCppToC
: public CefCppToC<CefMenuModelCppToC, CefMenuModel, cef_menu_model_t> {
public:
explicit CefMenuModelCppToC(CefMenuModel* cls);
virtual ~CefMenuModelCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -28,7 +28,6 @@ class CefPostDataCppToC
: public CefCppToC<CefPostDataCppToC, CefPostData, cef_post_data_t> {
public:
explicit CefPostDataCppToC(CefPostData* cls);
virtual ~CefPostDataCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefPostDataElementCppToC
cef_post_data_element_t> {
public:
explicit CefPostDataElementCppToC(CefPostDataElement* cls);
virtual ~CefPostDataElementCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefPrintDialogCallbackCppToC
cef_print_dialog_callback_t> {
public:
explicit CefPrintDialogCallbackCppToC(CefPrintDialogCallback* cls);
virtual ~CefPrintDialogCallbackCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefPrintHandlerCppToC
cef_print_handler_t> {
public:
explicit CefPrintHandlerCppToC(CefPrintHandler* cls);
virtual ~CefPrintHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefPrintJobCallbackCppToC
cef_print_job_callback_t> {
public:
explicit CefPrintJobCallbackCppToC(CefPrintJobCallback* cls);
virtual ~CefPrintJobCallbackCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefPrintSettingsCppToC
cef_print_settings_t> {
public:
explicit CefPrintSettingsCppToC(CefPrintSettings* cls);
virtual ~CefPrintSettingsCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefProcessMessageCppToC
cef_process_message_t> {
public:
explicit CefProcessMessageCppToC(CefProcessMessage* cls);
virtual ~CefProcessMessageCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefQuotaCallbackCppToC
cef_quota_callback_t> {
public:
explicit CefQuotaCallbackCppToC(CefQuotaCallback* cls);
virtual ~CefQuotaCallbackCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefReadHandlerCppToC
cef_read_handler_t> {
public:
explicit CefReadHandlerCppToC(CefReadHandler* cls);
virtual ~CefReadHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefRenderHandlerCppToC
cef_render_handler_t> {
public:
explicit CefRenderHandlerCppToC(CefRenderHandler* cls);
virtual ~CefRenderHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefRenderProcessHandlerCppToC
cef_render_process_handler_t> {
public:
explicit CefRenderProcessHandlerCppToC(CefRenderProcessHandler* cls);
virtual ~CefRenderProcessHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefRequestContextCppToC
cef_request_context_t> {
public:
explicit CefRequestContextCppToC(CefRequestContext* cls);
virtual ~CefRequestContextCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefRequestContextHandlerCppToC
cef_request_context_handler_t> {
public:
explicit CefRequestContextHandlerCppToC(CefRequestContextHandler* cls);
virtual ~CefRequestContextHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -28,7 +28,6 @@ class CefRequestCppToC
: public CefCppToC<CefRequestCppToC, CefRequest, cef_request_t> {
public:
explicit CefRequestCppToC(CefRequest* cls);
virtual ~CefRequestCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefRequestHandlerCppToC
cef_request_handler_t> {
public:
explicit CefRequestHandlerCppToC(CefRequestHandler* cls);
virtual ~CefRequestHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefResourceBundleHandlerCppToC
cef_resource_bundle_handler_t> {
public:
explicit CefResourceBundleHandlerCppToC(CefResourceBundleHandler* cls);
virtual ~CefResourceBundleHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefResourceHandlerCppToC
cef_resource_handler_t> {
public:
explicit CefResourceHandlerCppToC(CefResourceHandler* cls);
virtual ~CefResourceHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -28,7 +28,6 @@ class CefResponseCppToC
: public CefCppToC<CefResponseCppToC, CefResponse, cef_response_t> {
public:
explicit CefResponseCppToC(CefResponse* cls);
virtual ~CefResponseCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -31,7 +31,6 @@ class CefRunFileDialogCallbackCppToC
cef_run_file_dialog_callback_t> {
public:
explicit CefRunFileDialogCallbackCppToC(CefRunFileDialogCallback* cls);
virtual ~CefRunFileDialogCallbackCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefSchemeHandlerFactoryCppToC
cef_scheme_handler_factory_t> {
public:
explicit CefSchemeHandlerFactoryCppToC(CefSchemeHandlerFactory* cls);
virtual ~CefSchemeHandlerFactoryCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefSchemeRegistrarCppToC
cef_scheme_registrar_t> {
public:
explicit CefSchemeRegistrarCppToC(CefSchemeRegistrar* cls);
virtual ~CefSchemeRegistrarCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefStreamReaderCppToC
cef_stream_reader_t> {
public:
explicit CefStreamReaderCppToC(CefStreamReader* cls);
virtual ~CefStreamReaderCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefStreamWriterCppToC
cef_stream_writer_t> {
public:
explicit CefStreamWriterCppToC(CefStreamWriter* cls);
virtual ~CefStreamWriterCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefStringVisitorCppToC
cef_string_visitor_t> {
public:
explicit CefStringVisitorCppToC(CefStringVisitor* cls);
virtual ~CefStringVisitorCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -28,7 +28,6 @@ class CefTaskCppToC
: public CefCppToC<CefTaskCppToC, CefTask, cef_task_t> {
public:
explicit CefTaskCppToC(CefTask* cls);
virtual ~CefTaskCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -28,7 +28,6 @@ class CefTaskRunnerCppToC
: public CefCppToC<CefTaskRunnerCppToC, CefTaskRunner, cef_task_runner_t> {
public:
explicit CefTaskRunnerCppToC(CefTaskRunner* cls);
virtual ~CefTaskRunnerCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefURLRequestClientCppToC
cef_urlrequest_client_t> {
public:
explicit CefURLRequestClientCppToC(CefURLRequestClient* cls);
virtual ~CefURLRequestClientCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -28,7 +28,6 @@ class CefURLRequestCppToC
: public CefCppToC<CefURLRequestCppToC, CefURLRequest, cef_urlrequest_t> {
public:
explicit CefURLRequestCppToC(CefURLRequest* cls);
virtual ~CefURLRequestCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -28,7 +28,6 @@ class CefV8AccessorCppToC
: public CefCppToC<CefV8AccessorCppToC, CefV8Accessor, cef_v8accessor_t> {
public:
explicit CefV8AccessorCppToC(CefV8Accessor* cls);
virtual ~CefV8AccessorCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -28,7 +28,6 @@ class CefV8ContextCppToC
: public CefCppToC<CefV8ContextCppToC, CefV8Context, cef_v8context_t> {
public:
explicit CefV8ContextCppToC(CefV8Context* cls);
virtual ~CefV8ContextCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefV8ExceptionCppToC
cef_v8exception_t> {
public:
explicit CefV8ExceptionCppToC(CefV8Exception* cls);
virtual ~CefV8ExceptionCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -28,7 +28,6 @@ class CefV8HandlerCppToC
: public CefCppToC<CefV8HandlerCppToC, CefV8Handler, cef_v8handler_t> {
public:
explicit CefV8HandlerCppToC(CefV8Handler* cls);
virtual ~CefV8HandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefV8StackFrameCppToC
cef_v8stack_frame_t> {
public:
explicit CefV8StackFrameCppToC(CefV8StackFrame* cls);
virtual ~CefV8StackFrameCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefV8StackTraceCppToC
cef_v8stack_trace_t> {
public:
explicit CefV8StackTraceCppToC(CefV8StackTrace* cls);
virtual ~CefV8StackTraceCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -28,7 +28,6 @@ class CefV8ValueCppToC
: public CefCppToC<CefV8ValueCppToC, CefV8Value, cef_v8value_t> {
public:
explicit CefV8ValueCppToC(CefV8Value* cls);
virtual ~CefV8ValueCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefWebPluginInfoCppToC
cef_web_plugin_info_t> {
public:
explicit CefWebPluginInfoCppToC(CefWebPluginInfo* cls);
virtual ~CefWebPluginInfoCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefWebPluginInfoVisitorCppToC
cef_web_plugin_info_visitor_t> {
public:
explicit CefWebPluginInfoVisitorCppToC(CefWebPluginInfoVisitor* cls);
virtual ~CefWebPluginInfoVisitorCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -30,7 +30,6 @@ class CefWebPluginUnstableCallbackCppToC
public:
explicit CefWebPluginUnstableCallbackCppToC(
CefWebPluginUnstableCallback* cls);
virtual ~CefWebPluginUnstableCallbackCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -29,7 +29,6 @@ class CefWriteHandlerCppToC
cef_write_handler_t> {
public:
explicit CefWriteHandlerCppToC(CefWriteHandler* cls);
virtual ~CefWriteHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@ -28,7 +28,6 @@ class CefXmlReaderCppToC
: public CefCppToC<CefXmlReaderCppToC, CefXmlReader, cef_xml_reader_t> {
public:
explicit CefXmlReaderCppToC(CefXmlReader* cls);
virtual ~CefXmlReaderCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@ -28,7 +28,6 @@ class CefZipReaderCppToC
: public CefCppToC<CefZipReaderCppToC, CefZipReader, cef_zip_reader_t> {
public:
explicit CefZipReaderCppToC(CefZipReader* cls);
virtual ~CefZipReaderCppToC() {}
};
#endif // BUILDING_CEF_SHARED