Bug 1814798 - pt 2. Add a PHCManager component to control PHC r=glandium,emilio
[gecko.git] / netwerk / protocol / http / HttpWinUtils.h
blob7d78f7188b548d23704a8d0ef44a557eb1f7c2e0
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #ifndef HttpWinUtils_h__
6 #define HttpWinUtils_h__
8 namespace mozilla {
9 namespace net {
11 class nsHttpChannel;
13 void AddWindowsSSO(nsHttpChannel* channel);
15 } // namespace net
16 } // namespace mozilla
18 #endif // HttpWinUtils_h__