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

Side by Side Diff: net/http/http_auth_gssapi_posix.h

Issue 1535363003: Switch to standard integer types in net/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stddef Created 5 years 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 unified diff | Download patch
« no previous file with comments | « net/http/http_auth_filter_unittest.cc ('k') | net/http/http_auth_gssapi_posix.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef NET_HTTP_HTTP_AUTH_GSSAPI_POSIX_H_ 5 #ifndef NET_HTTP_HTTP_AUTH_GSSAPI_POSIX_H_
6 #define NET_HTTP_HTTP_AUTH_GSSAPI_POSIX_H_ 6 #define NET_HTTP_HTTP_AUTH_GSSAPI_POSIX_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/gtest_prod_util.h" 10 #include "base/gtest_prod_util.h"
11 #include "base/macros.h"
11 #include "base/native_library.h" 12 #include "base/native_library.h"
12 #include "net/base/completion_callback.h" 13 #include "net/base/completion_callback.h"
13 #include "net/base/net_export.h" 14 #include "net/base/net_export.h"
14 #include "net/http/http_auth.h" 15 #include "net/http/http_auth.h"
15 16
16 #if defined(OS_MACOSX) 17 #if defined(OS_MACOSX)
17 // The OSX 10.9+ SDKs mark the functions in Kereberos.framework as deprecated, 18 // The OSX 10.9+ SDKs mark the functions in Kereberos.framework as deprecated,
18 // so the warnings must be manually suppressed. 19 // so the warnings must be manually suppressed.
19 #if defined(MAC_OS_X_VERSION_10_9) && \ 20 #if defined(MAC_OS_X_VERSION_10_9) && \
20 MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_9 21 MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_9
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 gss_OID gss_oid_; 289 gss_OID gss_oid_;
289 GSSAPILibrary* library_; 290 GSSAPILibrary* library_;
290 std::string decoded_server_auth_token_; 291 std::string decoded_server_auth_token_;
291 ScopedSecurityContext scoped_sec_context_; 292 ScopedSecurityContext scoped_sec_context_;
292 bool can_delegate_; 293 bool can_delegate_;
293 }; 294 };
294 295
295 } // namespace net 296 } // namespace net
296 297
297 #endif // NET_HTTP_HTTP_AUTH_GSSAPI_POSIX_H_ 298 #endif // NET_HTTP_HTTP_AUTH_GSSAPI_POSIX_H_
OLDNEW
« no previous file with comments | « net/http/http_auth_filter_unittest.cc ('k') | net/http/http_auth_gssapi_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698