blob: 4789d6c6bfd1042c3c83b623d074c1ab33f7bcd5 [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_ASH_INPUT_METHOD_EDITOR_HELPERS_H_
#define CHROME_BROWSER_ASH_INPUT_METHOD_EDITOR_HELPERS_H_
#include <string>
namespace ash::input_method {
std::string GetSystemLocale();
bool ShouldUseL10nStrings();
} // namespace ash::input_method
#endif // CHROME_BROWSER_ASH_INPUT_METHOD_EDITOR_HELPERS_H_