fix: empty result of webContents.getUserAgent()
(#35069)
fix: empty result of webContents.getUserAgent()
This commit is contained in:
parent
8004cb8722
commit
9028bb79a8
4 changed files with 9 additions and 14 deletions
|
@ -89,7 +89,6 @@ class ElectronBrowserContext : public content::BrowserContext {
|
|||
|
||||
void SetUserAgent(const std::string& user_agent);
|
||||
std::string GetUserAgent() const;
|
||||
absl::optional<std::string> GetUserAgentOverride() const;
|
||||
bool CanUseHttpCache() const;
|
||||
int GetMaxCacheSize() const;
|
||||
ResolveProxyHelper* GetResolveProxyHelper();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue