| Index: chrome/browser/extensions/activity_log/activity_log.cc
|
| diff --git a/chrome/browser/extensions/activity_log/activity_log.cc b/chrome/browser/extensions/activity_log/activity_log.cc
|
| index 8db97c57e3c27c284bd033300efb35f2c3455993..e1fa65b92d5586db185b3784e18d5799d5cacc74 100644
|
| --- a/chrome/browser/extensions/activity_log/activity_log.cc
|
| +++ b/chrome/browser/extensions/activity_log/activity_log.cc
|
| @@ -523,7 +523,7 @@ void SetActivityHandlers() {
|
| activity_monitor::Monitor current_event_monitor =
|
| activity_monitor::GetApiEventMonitor();
|
| DCHECK(!current_event_monitor || current_event_monitor == &LogApiEvent);
|
| - if (!current_function_monitor)
|
| + if (!current_event_monitor)
|
| activity_monitor::SetApiEventMonitor(&LogApiEvent);
|
|
|
| activity_monitor::WebRequestMonitor current_web_request_monitor =
|
|
|