}
// static
-WebViewManager* WebViewManager::GetWebViewManager(content::WebContents* web_contents) {
+WebViewManager* WebViewManager::GetWebViewManager(
+ content::WebContents* web_contents) {
auto context = web_contents->GetBrowserContext();
if (context) {
auto manager = context->GetGuestManager();
content::WebContents* embedder,
content::WebContents* web_contents);
void RemoveGuest(int guest_instance_id);
-
content::WebContents* GetEmbedder(int guest_instance_id);
static WebViewManager* GetWebViewManager(content::WebContents* web_contents);