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

Unified Diff: chrome/common/render_messages.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/browser/ui/browser.cc ('k') | chrome/renderer/chrome_render_view_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index cf24671665a690db3470092d7582b3a0f6bef70b..ea7f1e1e11b8e43621ca2444f016f67666f771db 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -162,8 +162,7 @@ IPC_MESSAGE_ROUTED3(ChromeViewMsg_UpdateBrowserControlsState,
bool /* animate */)
// Updates the window features of the render view.
-IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetWindowFeatures,
- blink::WebWindowFeatures /* window_features */)
+IPC_MESSAGE_ROUTED0(ChromeViewMsg_SetWindowFeatures)
// Responds to the request for a thumbnail.
// Thumbnail data will be empty is a thumbnail could not be produced.
« no previous file with comments | « chrome/browser/ui/browser.cc ('k') | chrome/renderer/chrome_render_view_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698