Backed out changeset bcbab342eed8 (bug 1889658) for causing wpt reftest failures...
[gecko.git] / toolkit / system / commonproxy / ProxyUtils.h
blob16c451c54793edd108755e75dddc5c9b0957e113
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 #ifndef mozilla_toolkit_system_commonproxy_ProxyUtils_h
7 #define mozilla_toolkit_system_commonproxy_ProxyUtils_h
9 #include "nsString.h"
11 namespace mozilla {
12 namespace toolkit {
13 namespace system {
15 bool IsHostProxyEntry(const nsACString& aHost, const nsACString& aOverride);
17 } // namespace system
18 } // namespace toolkit
19 } // namespace mozilla
21 #endif // mozilla_toolkit_system_commonproxy_ProxyUtils_h