| Index: chrome/browser/extensions/activity_log.cc
|
| diff --git a/chrome/browser/extensions/activity_log.cc b/chrome/browser/extensions/activity_log.cc
|
| index 1814ef5caa82fd787ac4ce09b2e2a4a971322865..110602b5b4d377e85b90d1991fdb50833daaccd3 100644
|
| --- a/chrome/browser/extensions/activity_log.cc
|
| +++ b/chrome/browser/extensions/activity_log.cc
|
| @@ -138,6 +138,10 @@ bool ActivityLogFactory::ServiceRedirectedInIncognito() const {
|
| return true;
|
| }
|
|
|
| +bool ActivityLogFactory::ServiceIsNULLOnImportProcess() const {
|
| + return false;
|
| +}
|
| +
|
| // ActivityLog
|
|
|
| // Use GetInstance instead of directly creating an ActivityLog.
|
|
|