mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
osr: Support DevTools windows with Chrome runtime Alloy style (see #3681)
This commit is contained in:
@ -21,6 +21,10 @@ bool GetAlloyTabById(int tab_id,
|
||||
bool include_incognito,
|
||||
content::WebContents** contents);
|
||||
|
||||
// Returns true if |contents| is owned by an Alloy style CefBrowserHost.
|
||||
// If |primary_only| is false then guest contents will also be matched.
|
||||
bool IsAlloyContents(content::WebContents* contents, bool primary_only);
|
||||
|
||||
} // namespace cef
|
||||
|
||||
#endif // CEF_LIBCEF_BROWSER_CHROME_EXTENSIONS_CHROME_EXTENSION_UTIL_H_
|
||||
|
Reference in New Issue
Block a user