diff options
Diffstat (limited to 'content/browser/web_contents/web_contents_impl.h')
-rw-r--r-- | content/browser/web_contents/web_contents_impl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h index cc18b58..4426f1a 100644 --- a/content/browser/web_contents/web_contents_impl.h +++ b/content/browser/web_contents/web_contents_impl.h @@ -665,10 +665,6 @@ class CONTENT_EXPORT WebContentsImpl // is closed. WebContentsImpl* opener_; - // User agent to use if a NavigationEntry requires that the default user agent - // is overridden. - std::string user_agent_override_; - // Helper classes ------------------------------------------------------------ // Manages creation and swapping of render views. |