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 3e2d98a2f5c7147d0f9c858cb0ba5734337c62b7..0ed0e08a3f531121c871ee8831cfc14c14f09e0b 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -334,11 +334,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) {} |
}; |