Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index 4c7fbb2de08290e2d0ea882d465a2e55873dcf05..03c97ea587516a736c5936021dfbb20feb03a5da 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -659,10 +659,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. |