blob: 303025d8bff0daa271f9540782a1228bef940d4f [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_ASH_FILE_MANAGER_FILE_MANAGER_STRING_UTIL_H_
#define CHROME_BROWSER_ASH_FILE_MANAGER_FILE_MANAGER_STRING_UTIL_H_
#include <string>
namespace base {
class Value;
} // namespace base
class Profile;
base::Value GetFileManagerStrings();
void AddFileManagerFeatureStrings(const std::string& locale,
Profile* profile,
base::Value* dict);
#endif // CHROME_BROWSER_ASH_FILE_MANAGER_FILE_MANAGER_STRING_UTIL_H_