Chromium Code Reviews| Index: content/public/common/context_menu_params.cc |
| diff --git a/content/public/common/context_menu_params.cc b/content/public/common/context_menu_params.cc |
| index 9fc1d3d03cfadc537f5f177859c06e224b55ac5a..ebd54553fd82462415646ae3482777eb733ed172 100644 |
| --- a/content/public/common/context_menu_params.cc |
| +++ b/content/public/common/context_menu_params.cc |
| @@ -6,7 +6,7 @@ |
| namespace content { |
| -const int32 CustomContextMenuContext::kCurrentRenderWidget = kint32max; |
| +const int32_t CustomContextMenuContext::kCurrentRenderWidget = INT32_MAX; |
|
sky
2015/12/07 16:43:46
And here.
Avi (use Gerrit)
2015/12/07 17:37:32
I need to guarantee that this isn't going to be a
|
| CustomContextMenuContext::CustomContextMenuContext() |
| : is_pepper_menu(false), |