Temporarily disable OnCursorChange
ScopedProfile is removed https://chromium-review.googlesource.com/c/chromium/src/+/655147
This commit is contained in:
parent
78266db427
commit
8269a6dc37
2 changed files with 1 additions and 2 deletions
|
@ -18,7 +18,6 @@
|
||||||
|
|
||||||
#define IPC_MESSAGE_FORWARD_CODE(msg_class, obj, member_func, code) \
|
#define IPC_MESSAGE_FORWARD_CODE(msg_class, obj, member_func, code) \
|
||||||
case msg_class::ID: { \
|
case msg_class::ID: { \
|
||||||
TRACK_RUN_IN_THIS_SCOPED_REGION(member_func); \
|
|
||||||
if (!msg_class::Dispatch(&ipc_message__, obj, this, param__, \
|
if (!msg_class::Dispatch(&ipc_message__, obj, this, param__, \
|
||||||
&member_func)) \
|
&member_func)) \
|
||||||
ipc_message__.set_dispatch_error(); \
|
ipc_message__.set_dispatch_error(); \
|
||||||
|
|
Loading…
Reference in a new issue