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 84675b572325b4dddf1b045249f7a39399c653e1..9a08aca35f99e3ff83edf5863a792580ae3223c7 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) {} |
}; |