Add ability to gather metrics to BubbleManager.
[chromium-blink-merge.git] / chrome / browser / ui / webui / settings / md_settings_localized_strings_provider.h
blobb9eb379e2f804e68914d706706923e89f358d754
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_
8 namespace content {
9 class WebUIDataSource;
12 namespace settings {
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_