1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_BROWSER_UI_WEBUI_SETTINGS_MD_SETTINGS_LOCALIZED_STRINGS_PROVIDER_H_
6 #define CHROME_BROWSER_UI_WEBUI_SETTINGS_MD_SETTINGS_LOCALIZED_STRINGS_PROVIDER_H_
14 // Adds the strings needed by the settings page to |html_source|. This function
15 // causes |html_source| to expose a strings.js file from its source which
16 // contains a mapping from string's name to its translated value.
17 void AddLocalizedStrings(content::WebUIDataSource
* html_source
);
19 } // namespace settings
21 #endif // CHROME_BROWSER_UI_WEBUI_SETTINGS_MD_SETTINGS_LOCALIZED_STRINGS_PROVIDER_H_