Bug 491653 - Pref to disable geolocation should be included in all.js, not be hidden. r=gavin
--- a/modules/libpref/src/init/all.js
+++ b/modules/libpref/src/init/all.js
@@ -2695,8 +2695,11 @@ pref("image.cache.size", 5242880);
pref("image.cache.timeweight", 500);
#ifdef XP_WIN
#ifndef WINCE
// The default TCP send window on Windows is too small, and autotuning only occurs on receive
pref("network.tcp.sendbuffer", 131072);
#endif
#endif
+
+// Enable/Disable the geolocation API for content
+pref("geo.enabled", true);