#include "components/translate/core/common/translate_util.h"
#include <string>
#include "base/command_line.h"
#include "base/metrics/field_trial_params.h"
#include "build/build_config.h"
#include "components/translate/core/common/translate_switches.h"
namespace translate {
const char kSecurityOrigin[] = …;
BASE_FEATURE(…);
BASE_FEATURE(…);
GURL GetTranslateSecurityOrigin() { … }
bool IsTFLiteLanguageDetectionEnabled() { … }
bool IsTFLiteLanguageDetectionIgnoreEnabled() { … }
float GetTFLiteLanguageDetectionThreshold() { … }
BASE_FEATURE(…);
int GetAutoAlwaysThreshold() { … }
int GetAutoNeverThreshold() { … }
int GetMaximumNumberOfAutoAlways() { … }
int GetMaximumNumberOfAutoNever() { … }
}