| Index: chrome/browser/chromeos/net/captive_portal_ignore_proxy_policy_values.h
|
| diff --git a/chrome/browser/chromeos/net/captive_portal_ignore_proxy_policy_values.h b/chrome/browser/chromeos/net/captive_portal_ignore_proxy_policy_values.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d413b2816ce36dfa62f26b72f4a8888ffebee537
|
| --- /dev/null
|
| +++ b/chrome/browser/chromeos/net/captive_portal_ignore_proxy_policy_values.h
|
| @@ -0,0 +1,18 @@
|
| +// Copyright 2014 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 CHROME_BROWSER_CHROMEOS_NET_CAPTIVE_PORTAL_IGNORE_PROXY_POLICY_VALUES_H_
|
| +#define CHROME_BROWSER_CHROMEOS_NET_CAPTIVE_PORTAL_IGNORE_PROXY_POLICY_VALUES_H_
|
| +
|
| +namespace chromeos {
|
| +
|
| +enum CaptivePortalAuthenticationIgnoresProxyPolicyValues {
|
| + CAPTIVE_PORTAL_AUTH_IGNORE_PROXY_FALSE,
|
| + CAPTIVE_PORTAL_AUTH_IGNORE_PROXY_TRUE,
|
| + CAPTIVE_PORTAL_AUTH_IGNORE_PROXY_USER_CONFIGURABLE,
|
| +};
|
| +
|
| +} // namespace chromeos
|
| +
|
| +#endif // CHROME_BROWSER_CHROMEOS_NET_CAPTIVE_PORTAL_IGNORE_PROXY_POLICY_VALUES_H_
|
|
|