mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix bugs and test failures with browser-side navigation (issue #2290)
This commit is contained in:
@@ -327,6 +327,9 @@ void ReleaseAndWaitForDestructor(CefRefPtr<T>& handler, int delay_ms = 2000) {
|
||||
// Returns true if the currently running test has failed.
|
||||
bool TestFailed();
|
||||
|
||||
// Returns true if browser-side navigation is enabled.
|
||||
bool IsBrowserSideNavigationEnabled();
|
||||
|
||||
// Helper macros for executing checks in a method with a boolean return value.
|
||||
// For example:
|
||||
//
|
||||
|
Reference in New Issue
Block a user