Index: content/browser/browser_plugin/browser_plugin_guest.h |
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h |
index 92a7c8462bda4d7542d6daa7910e13e02ff1e450..5befcc433e62f12deb7f52365627a37b6df64251 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -326,11 +326,9 @@ class CONTENT_EXPORT BrowserPluginGuest |
// has been attached to a BrowserPlugin. Once the first navigation commits, we |
// no longer track this information. |
struct NewWindowInfo { |
- bool changed; |
GURL url; |
std::string name; |
NewWindowInfo(const GURL& url, const std::string& name) : |
- changed(false), |
url(url), |
name(name) {} |
}; |