| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 90b56fde646a9b1ca3cea8a15707468aa5e289a9..c97c428cb236862ee8f75a745112f70cb2e8f1b5 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1562,6 +1562,9 @@ const char kDiskCacheSize[] = "browser.disk_cache_size";
|
| // Pref name for the policy specifying the maximal media cache size.
|
| const char kMediaCacheSize[] = "browser.media_cache_size";
|
|
|
| +const char kPluginFinderDbUpdate[] = "plugin_finder.last_update";
|
| +const char kPluginFinderDbCache[] = "plugin_finder.cache";
|
| +
|
| // Specifies the release channel that the device should be locked to.
|
| // Possible values: "stable-channel", "beta-channel", "dev-channel", or an
|
| // empty string, in which case the value will be ignored.
|
|
|