chromium/components/translate/core/common/translate_util.cc

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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[] =;

// The feature is explicitly disabled on Webview and Weblayer.
// TODO(crbug.com/40819484): Enable the feature on Webview.
// TODO(crbug.com/40790180): Enable the feature on WebLayer.
BASE_FEATURE();

BASE_FEATURE();

GURL GetTranslateSecurityOrigin() {}

bool IsTFLiteLanguageDetectionEnabled() {}

bool IsTFLiteLanguageDetectionIgnoreEnabled() {}

float GetTFLiteLanguageDetectionThreshold() {}

BASE_FEATURE();

int GetAutoAlwaysThreshold() {}

int GetAutoNeverThreshold() {}

int GetMaximumNumberOfAutoAlways() {}

int GetMaximumNumberOfAutoNever() {}

}  // namespace translate