Commit 6dbc070c authored by jar@chromium.org's avatar jar@chromium.org

Uncomment third IPC hook for about:profiler

If this causes ASAN problems with browser tests, then
I'll revert it.

Tests to watch out for (on ASAN bot) are:

IncognitoSplitMode
TwoExtensionsCrashBothAtOnce
TwoExtensionsOneByOne
AutoUpdate
CognitoNoFile
IncognitoNoFile
OnChangedNotificationsBetweenBackgroundPages
SplitModeIncognito

So far, I've uncommented two hooks, with no
problems ;-).  One of these hooks will illuminate
the problems.


r=rtenneti
BUG=103830
Review URL: http://codereview.chromium.org/8491065

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109760 0039d316-1c4b-4281-b951-d872f2087c98
parent 49b5d4f3
...@@ -966,7 +966,7 @@ LogFunctionMap g_log_function_mapping; ...@@ -966,7 +966,7 @@ LogFunctionMap g_log_function_mapping;
#define IPC_MESSAGE_HANDLER_GENERIC(msg_class, code) \ #define IPC_MESSAGE_HANDLER_GENERIC(msg_class, code) \
case msg_class::ID: { \ case msg_class::ID: { \
/* TRACK_RUN_IN_IPC_HANDLER(code); TODO(jar) */ \ TRACK_RUN_IN_IPC_HANDLER(code); \
code; \ code; \
} \ } \
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment