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

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

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_FILTER_H_ 5 #ifndef NET_HTTP_HTTP_AUTH_FILTER_H_
6 #define NET_HTTP_HTTP_AUTH_FILTER_H_ 6 #define NET_HTTP_HTTP_AUTH_FILTER_H_
7 7
8 #include <list> 8 #include <list>
9 #include <string> 9 #include <string>
10 10
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 // |server_whitelist| is parsed by ProxyBypassRules. 53 // |server_whitelist| is parsed by ProxyBypassRules.
54 void SetWhitelist(const std::string& server_whitelist); 54 void SetWhitelist(const std::string& server_whitelist);
55 55
56 // We are using ProxyBypassRules because they have the functionality that we 56 // We are using ProxyBypassRules because they have the functionality that we
57 // want, but we are not using it for proxy bypass. 57 // want, but we are not using it for proxy bypass.
58 ProxyBypassRules rules_; 58 ProxyBypassRules rules_;
59 59
60 DISALLOW_COPY_AND_ASSIGN(HttpAuthFilterWhitelist); 60 DISALLOW_COPY_AND_ASSIGN(HttpAuthFilterWhitelist);
61 }; 61 };
62 62
63 } // namespace net 63 } // namespace net
64 64
65 #endif // NET_HTTP_HTTP_AUTH_FILTER_H_ 65 #endif // NET_HTTP_HTTP_AUTH_FILTER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698