chromium/extensions/browser/api/i18n/i18n_api.cc

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

#include "extensions/browser/api/i18n/i18n_api.h"

#include <algorithm>
#include <string>
#include <vector>

#include "base/strings/string_split.h"
#include "components/language/core/browser/pref_names.h"
#include "components/prefs/pref_service.h"
#include "extensions/browser/extensions_browser_client.h"
#include "extensions/common/api/i18n.h"

GetAcceptLanguages;

namespace extensions {

namespace {

// Errors.
static const char kEmptyAcceptLanguagesError[] =;

}  // namespace

ExtensionFunction::ResponseAction I18nGetAcceptLanguagesFunction::Run() {}

}  // namespace extensions