Delete Alloy bootstrap (fixes #3685)

This commit is contained in:
Marshall Greenblatt
2024-06-25 20:12:37 -04:00
parent b95b3e6fd5
commit a461a89728
282 changed files with 360 additions and 22399 deletions

View File

@@ -87,11 +87,6 @@ inline bool IsTestRequestContextModeCustom(TestRequestContextMode mode) {
// Returns true if the old CefResourceHandler API should be tested.
bool TestOldResourceAPI();
#if !defined(DISABLE_ALLOY_BOOTSTRAP)
// Returns true if the Chrome runtime is enabled.
bool IsChromeBootstrap();
#endif
// Returns true if Views should be used as a the global default.
bool UseViewsGlobal();
@@ -130,8 +125,7 @@ void SendMouseClickEvent(CefRefPtr<CefBrowser> browser,
cef_mouse_button_type_t mouse_button_type = MBT_LEFT);
// Allow |parent_url| to create popups that bypass the popup blocker. If
// |parent_url| is empty the default value will be configured. This method only
// applies for the Chrome runtime.
// |parent_url| is empty the default value will be configured.
void GrantPopupPermission(CefRefPtr<CefRequestContext> request_context,
const std::string& parent_url);