Bug 615642 - Force online should be implmented on all platforms. r=mfinkle a=blocking-fennec

--HG--
extra : rebase_source : fbfb2c422f2aceda4ad69511d2c9275e246dd94b
This commit is contained in:
Doug Turner 2010-11-30 11:29:43 -08:00
Родитель 676c4bbcce
Коммит c74066efb7
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -158,9 +158,7 @@ let Util = {
// Put the Mozilla networking code into a state that will kick the auto-connection
// process.
forceOnline: function forceOnline() {
#ifdef MOZ_PLATFORM_MAEMO
Services.io.offline = false;
#endif
},
isParentProcess: function isInParentProcess() {