1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-07-02 22:26:53 +02:00

Fixed GlobalCEFApp.DeleteCache and GlobalCEFApp.DeleteCookies

Added mote Chrome URLs to uCEFConstants
This commit is contained in:
Salvador Díaz Fau
2024-12-18 11:21:16 +01:00
parent ba4ca3af3a
commit 54d4bd1243
3 changed files with 35 additions and 12 deletions

View File

@ -4885,6 +4885,11 @@ const
CEF_SETTINGS_URL = 'chrome://settings';
CEF_DOWNLOADS_URL = 'chrome://downloads';
CEF_EXTENSIONS_URL = 'chrome://extensions';
CEF_INSPECT_URL = 'chrome://inspect';
CEF_GPU_URL = 'chrome://gpu';
CEF_PREFS_URL = 'chrome://prefs-internals';
CEF_CERTMANAGER_URL = 'chrome://certificate-manager';
CEF_MEMORY_URL = 'chrome://memory-internals';
// These contants are declared in the "Windows" unit but
// some old Delphi versions don't have them.