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

Unified Diff: chrome/browser/chromeos/net/captive_portal_ignore_proxy_policy_values.h

Issue 818433003: ChromeOS: Implement CaptivePortalAuthenticationIgnoresProxy policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
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 {
bartfab (slow) 2014/12/19 12:08:53 Why does this need its own header? Is there no exi
Alexander Alekseev 2014/12/22 22:20:10 The idea was not to include chrome/browser/chromeo
+ 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_

Powered by Google App Engine
This is Rietveld 408576698