| OLD | NEW | 
|---|
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 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_QUIC_QUIC_FLAGS_H_ | 5 #ifndef NET_QUIC_QUIC_FLAGS_H_ | 
| 6 #define NET_QUIC_QUIC_FLAGS_H_ | 6 #define NET_QUIC_QUIC_FLAGS_H_ | 
| 7 | 7 | 
| 8 #include <stdint.h> | 8 #include <stdint.h> | 
| 9 | 9 | 
| 10 #include "net/base/net_export.h" | 10 #include "net/base/net_export.h" | 
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 45 NET_EXPORT_PRIVATE extern bool FLAGS_require_strike_register_or_server_nonce; | 45 NET_EXPORT_PRIVATE extern bool FLAGS_require_strike_register_or_server_nonce; | 
| 46 NET_EXPORT_PRIVATE extern bool | 46 NET_EXPORT_PRIVATE extern bool | 
| 47     FLAGS_quic_time_wait_list_manager_use_shared_writer; | 47     FLAGS_quic_time_wait_list_manager_use_shared_writer; | 
| 48 NET_EXPORT_PRIVATE extern bool FLAGS_quic_log_loss_event; | 48 NET_EXPORT_PRIVATE extern bool FLAGS_quic_log_loss_event; | 
| 49 NET_EXPORT_PRIVATE extern bool FLAGS_use_stream_frame_freelist; | 49 NET_EXPORT_PRIVATE extern bool FLAGS_use_stream_frame_freelist; | 
| 50 NET_EXPORT_PRIVATE extern bool FLAGS_quic_retransmit_via_onserializedpacket; | 50 NET_EXPORT_PRIVATE extern bool FLAGS_quic_retransmit_via_onserializedpacket; | 
| 51 NET_EXPORT_PRIVATE extern bool FLAGS_quic_include_path_id_in_iv; | 51 NET_EXPORT_PRIVATE extern bool FLAGS_quic_include_path_id_in_iv; | 
| 52 NET_EXPORT_PRIVATE extern bool FLAGS_quic_cede_correctly; | 52 NET_EXPORT_PRIVATE extern bool FLAGS_quic_cede_correctly; | 
| 53 NET_EXPORT_PRIVATE extern bool FLAGS_quic_crypto_proof_use_ref; | 53 NET_EXPORT_PRIVATE extern bool FLAGS_quic_crypto_proof_use_ref; | 
| 54 NET_EXPORT_PRIVATE extern bool FLAGS_quic_different_max_num_open_streams; | 54 NET_EXPORT_PRIVATE extern bool FLAGS_quic_different_max_num_open_streams; | 
|  | 55 NET_EXPORT_PRIVATE extern bool | 
|  | 56     FLAGS_quic_crypto_server_config_default_has_chacha20; | 
|  | 57 | 
| 55 #endif  // NET_QUIC_QUIC_FLAGS_H_ | 58 #endif  // NET_QUIC_QUIC_FLAGS_H_ | 
| OLD | NEW | 
|---|