| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 4b1271c8c51c47040690623a1d79d906b9eb2f7e..7028a9c60b8ea67dae9a6da0d368254d364fc9c3 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -298,7 +298,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::RendererPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(inactive_selection_bg_color)
|
| IPC_STRUCT_TRAITS_MEMBER(inactive_selection_fg_color)
|
| IPC_STRUCT_TRAITS_MEMBER(browser_handles_top_level_requests)
|
| - IPC_STRUCT_TRAITS_MEMBER(browser_handles_all_requests)
|
| + IPC_STRUCT_TRAITS_MEMBER(browser_handles_all_top_level_or_non_local_requests)
|
| IPC_STRUCT_TRAITS_MEMBER(caret_blink_interval)
|
| IPC_STRUCT_TRAITS_MEMBER(enable_referrers)
|
| IPC_STRUCT_TRAITS_MEMBER(default_zoom_level)
|
|
|