diff options
-rw-r--r-- | chrome/common/pref_names.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 1e20e76..e6dcaac 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -299,6 +299,9 @@ extern const char kDisableExtensions[]; extern const char kShowExtensionShelf[]; extern const char kBrowserActionContainerWidth[]; +extern const char kLastExtensionsUpdateCheck[]; +extern const char kNextExtensionsUpdateCheck[]; + extern const char kExtensionInstallAllowList[]; extern const char kExtensionInstallDenyList[]; |