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

Unified Diff: content/public/common/context_menu_params.cc

Issue 1499423004: Remove kint32max. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@kint9
Patch Set: rebase Created 5 years 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 | « content/public/common/context_menu_params.h ('k') | content/renderer/dom_storage/dom_storage_cached_area.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
CustomContextMenuContext::CustomContextMenuContext()
: is_pepper_menu(false),
« no previous file with comments | « content/public/common/context_menu_params.h ('k') | content/renderer/dom_storage/dom_storage_cached_area.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698