| Index: net/http/http_auth_filter_win.h
|
| diff --git a/net/http/http_auth_filter_win.h b/net/http/http_auth_filter_win.h
|
| deleted file mode 100644
|
| index d2c0af4a09dc8463646af1907d00428c37629667..0000000000000000000000000000000000000000
|
| --- a/net/http/http_auth_filter_win.h
|
| +++ /dev/null
|
| @@ -1,37 +0,0 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef NET_HTTP_HTTP_AUTH_FILTER_WIN_H_
|
| -#define NET_HTTP_HTTP_AUTH_FILTER_WIN_H_
|
| -
|
| -#include "build/build_config.h"
|
| -
|
| -#if defined(OS_WIN)
|
| -#include "base/strings/string16.h"
|
| -
|
| -namespace net {
|
| -
|
| -enum RegistryHiveType {
|
| - CURRENT_USER,
|
| - LOCAL_MACHINE
|
| -};
|
| -
|
| -namespace http_auth {
|
| -
|
| -// The common path to all the registry keys containing domain zone information.
|
| -extern const base::char16 kRegistryInternetSettings[];
|
| -extern const base::char16 kSettingsMachineOnly[];
|
| -extern const base::char16* kRegistryEntries[3]; // L"http", L"https", and L"*"
|
| -
|
| -extern const base::char16* GetRegistryWhitelistKey();
|
| -// Override the whitelist key. Passing in NULL restores the default value.
|
| -extern void SetRegistryWhitelistKey(const base::char16* new_whitelist_key);
|
| -extern bool UseOnlyMachineSettings();
|
| -
|
| -} // namespace http_auth
|
| -
|
| -} // namespace net
|
| -#endif // OS_WIN
|
| -
|
| -#endif // NET_HTTP_HTTP_AUTH_FILTER_WIN_H_
|
|
|