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

Unified Diff: content/public/common/common_param_traits_macros.h

Issue 2905283003: Remove a bunch of dead code around WindowFeatures (Closed)
Patch Set: Use WebWindowFeatures everywhere Created 3 years, 7 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
Index: content/public/common/common_param_traits_macros.h
diff --git a/content/public/common/common_param_traits_macros.h b/content/public/common/common_param_traits_macros.h
index fcf333edee83b8b4d04f2e37f8278d39a6a85644..25b9c8c8faa5f1e93c31657bd0bd3b3ee9e3ff52 100644
--- a/content/public/common/common_param_traits_macros.h
+++ b/content/public/common/common_param_traits_macros.h
@@ -271,11 +271,7 @@ IPC_STRUCT_TRAITS_BEGIN(blink::mojom::WindowFeatures)
IPC_STRUCT_TRAITS_MEMBER(menu_bar_visible)
IPC_STRUCT_TRAITS_MEMBER(status_bar_visible)
IPC_STRUCT_TRAITS_MEMBER(tool_bar_visible)
- IPC_STRUCT_TRAITS_MEMBER(location_bar_visible)
IPC_STRUCT_TRAITS_MEMBER(scrollbars_visible)
- IPC_STRUCT_TRAITS_MEMBER(resizable)
- IPC_STRUCT_TRAITS_MEMBER(fullscreen)
- IPC_STRUCT_TRAITS_MEMBER(dialog)
IPC_STRUCT_TRAITS_END()
IPC_ENUM_TRAITS_MAX_VALUE(ui::AXEvent, ui::AX_EVENT_LAST)
« no previous file with comments | « no previous file | content/public/renderer/window_features_converter.cc » ('j') | third_party/WebKit/Source/core/page/Page.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698