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

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: Add dependencies for iOS. Created 4 years, 8 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..904a541b358f2d12f260d3dd7a9d242205230c3d
--- /dev/null
+++ b/components/network_session_configurator/switches.h
@@ -0,0 +1,28 @@
+// Copyright (c) 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[];
Ryan Hamilton 2016/04/21 21:15:25 So going forward, we should put all spdy/quic/what
Bence 2016/04/22 11:11:28 Yes, that is the plan. Since NetworkSessionConfig
+
+} // namespace switches
+
+#endif // COMPONENTS_NETWORK_SESSION_CONFIGURATOR_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698