#ifndef COMPONENTS_NETWORK_SESSION_CONFIGURATOR_COMMON_NETWORK_SWITCHES_H_
#define COMPONENTS_NETWORK_SESSION_CONFIGURATOR_COMMON_NETWORK_SWITCHES_H_
#include "network_session_configurator_export.h"
namespace base {
class CommandLine;
}
namespace switches {
NETWORK_SESSION_CONFIGURATOR_EXPORT extern const char
kEnableHttp2GreaseSettings[];
NETWORK_SESSION_CONFIGURATOR_EXPORT extern const char
kDisableHttp2GreaseSettings[];
#define NETWORK_SWITCH …
#include "components/network_session_configurator/common/network_switch_list.h"
#undef NETWORK_SWITCH
}
namespace network_session_configurator {
NETWORK_SESSION_CONFIGURATOR_EXPORT void CopyNetworkSwitches(
const base::CommandLine& src_command_line,
base::CommandLine* dest_command_line);
}
#endif