| Index: chrome/browser/extensions/activity_log.h
|
| diff --git a/chrome/browser/extensions/activity_log.h b/chrome/browser/extensions/activity_log.h
|
| index 4c2379c199c7cc067dfeb5cc2885dc11204020db..b7977a6207bc5a7a3ed550978ab56ff4d1a9bc63 100644
|
| --- a/chrome/browser/extensions/activity_log.h
|
| +++ b/chrome/browser/extensions/activity_log.h
|
| @@ -204,7 +204,7 @@ class ActivityLog : public ProfileKeyedService,
|
| // don't log most arguments to avoid saving too much data. In testing mode,
|
| // argument collection is enabled. We also whitelist some arguments for
|
| // collection regardless of whether this bool is true.
|
| - bool log_arguments_;
|
| + bool testing_mode_;
|
| base::hash_set<std::string> arg_whitelist_api_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ActivityLog);
|
|
|