blob: 3f10b74d15113d1bdb3b300b6c9ce6661a70a2c7 [file] [log] [blame]
// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/share/default_ranking.h"
#include "build/build_config.h"
namespace sharing {
#if !BUILDFLAG(IS_ANDROID)
std::vector<std::string> DefaultRankingForLocaleAndType(
const std::string& locale,
const std::string& type) {
return {};
}
#endif // BUILDFLAG(IS_ANDROID)
} // namespace sharing