Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(227)

Unified Diff: net/http/http_auth_filter_win.h

Issue 992733002: Remove //net (except for Android test stuff) and sdch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/http/http_auth_filter_unittest.cc ('k') | net/http/http_auth_gssapi_posix.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « net/http/http_auth_filter_unittest.cc ('k') | net/http/http_auth_gssapi_posix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698