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 cc18b581a0a408a0b6e3dbbc2b61fd4816fb25e6..4426f1adcc6a80af762894d1dbdd112daa5017f8 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. |