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

Unified Diff: components/network_session_configurator/switches.h

Issue 1892123003: Add components/network_session_configurator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on https://crrev.com/1945513002. Created 4 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 side-by-side diff with in-line comments
Download patch
Index: components/network_session_configurator/switches.h
diff --git a/components/network_session_configurator/switches.h b/components/network_session_configurator/switches.h
new file mode 100644
index 0000000000000000000000000000000000000000..73517f63248ff3aad6ef358551dc24a8569b3ec9
--- /dev/null
+++ b/components/network_session_configurator/switches.h
@@ -0,0 +1,28 @@
+// Copyright 2016 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 COMPONENTS_NETWORK_SESSION_CONFIGURATOR_SWITCHES_H_
+#define COMPONENTS_NETWORK_SESSION_CONFIGURATOR_SWITCHES_H_
+
+namespace switches {
+
+extern const char kDisableHttp2[];
+extern const char kDisableQuicPortSelection[];
+extern const char kDisableQuic[];
+extern const char kEnableAlternativeServices[];
+extern const char kEnableQuicPortSelection[];
+extern const char kEnableQuic[];
+extern const char kIgnoreCertificateErrors[];
+extern const char kIgnoreUrlFetcherCertRequests[];
+extern const char kOriginToForceQuicOn[];
+extern const char kQuicConnectionOptions[];
+extern const char kQuicHostWhitelist[];
+extern const char kQuicMaxPacketLength[];
+extern const char kQuicVersion[];
+extern const char kTestingFixedHttpPort[];
+extern const char kTestingFixedHttpsPort[];
+
+} // namespace switches
+
+#endif // COMPONENTS_NETWORK_SESSION_CONFIGURATOR_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698