Home
last modified time | relevance | path

Searched refs:webview_throttle (Results 1 – 1 of 1) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/browser/
H A Dcast_content_browser_client.cc858 auto webview_throttle = WebviewController::MaybeGetNavigationThrottle(handle); in CreateThrottlesForNavigation() local
859 if (webview_throttle) { in CreateThrottlesForNavigation()
860 throttles.push_back(std::move(webview_throttle)); in CreateThrottlesForNavigation()