Bug 850713 - Bump the required NDK version to 9. r=blassey.bugs,mh+mozilla
[gecko.git] / netwerk / ipc / NeckoCommon.cpp
blob3391f0da888fc5ffe7d63e1b0a2ecc8520f5d124
1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim: set sw=2 ts=8 et tw=80 : */
4 /* This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
8 #include "NeckoCommon.h"
10 namespace mozilla {
11 namespace net {
13 namespace NeckoCommonInternal {
14 bool gSecurityDisabled = true;
15 bool gRegisteredBool = false;
18 } // namespace net
19 } // namespace mozilla