browser/app/profile/firefox.js
changeset 76217 ed85e33792e086643c1ff66b65e7909525efe34e
parent 75497 861e1307c43c06c74b623b9dd6af591f646ecd31
child 76263 922f27baed983a3ba3eccc466bca203d13f439ba
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -793,22 +793,16 @@ pref("browser.sessionstore.restore_on_de
 pref("browser.sessionstore.restore_hidden_tabs", false);
 
 // allow META refresh by default
 pref("accessibility.blockautorefresh", false);
 
 // Whether history is enabled or not.
 pref("places.history.enabled", true);
 
-// The percentage of system memory that the Places database can use.  Out of the
-// allowed cache size it will at most use the size of the database file.
-// Changes to this value are effective after an application restart.
-// Acceptable values are between 0 and 50.
-pref("places.database.cache_to_memory_percentage", 6);
-
 // the (maximum) number of the recent visits to sample
 // when calculating frecency
 pref("places.frecency.numVisits", 10);
 
 // buckets (in days) for frecency calculation
 pref("places.frecency.firstBucketCutoff", 4);
 pref("places.frecency.secondBucketCutoff", 14);
 pref("places.frecency.thirdBucketCutoff", 31);