Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(975)

Unified Diff: chrome/renderer/chrome_render_view_observer.h

Issue 2693573002: Remove unused WebWindowFeatures from popup blocker, reducing WebString use in browser (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/renderer/chrome_render_view_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/chrome_render_view_observer.h
diff --git a/chrome/renderer/chrome_render_view_observer.h b/chrome/renderer/chrome_render_view_observer.h
index af5de5042bdc51e64f320351c03e16b1b2d0204c..39c24ddaa97cf0fcdd7e6e7e27dbb05931a43c93 100644
--- a/chrome/renderer/chrome_render_view_observer.h
+++ b/chrome/renderer/chrome_render_view_observer.h
@@ -17,10 +17,6 @@
#include "extensions/features/features.h"
#include "url/gurl.h"
-namespace blink {
-struct WebWindowFeatures;
-}
-
namespace web_cache {
class WebCacheImpl;
}
@@ -55,7 +51,7 @@ class ChromeRenderViewObserver : public content::RenderViewObserver {
bool animate);
#endif
void OnGetWebApplicationInfo();
- void OnSetWindowFeatures(const blink::WebWindowFeatures& window_features);
+ void OnSetWindowFeatures();
// Determines if a host is in the strict security host set.
bool IsStrictSecurityHost(const std::string& host);
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/renderer/chrome_render_view_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698