| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 78702bacf5f11ffed10d0974ae9508610aeff3d2..9f89b0f32b295b770a485cd0bd0ac8c4e7d6ba59 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2502,4 +2502,10 @@ const char kDRMSalt[] = "settings.privacy.drm_salt";
|
| // A boolean pref that enables the (private) pepper GetDeviceID() call.
|
| const char kEnableDRM[] = "settings.privacy.drm_enabled";
|
|
|
| +// A boolean per-profile pref that signals if the watchdog extension is
|
| +// installed and active. We need to know if the watchdog extension active for
|
| +// ActivityLog initialization before the extension system is initialized.
|
| +const char kWatchdogExtensionActive[] =
|
| + "profile.extensions.activity_log.watchdog_extension_active";
|
| +
|
| } // namespace prefs
|
|
|