| Index: chrome/browser/ui/webui/chromeos/network_element_localized_strings_provider.h
|
| diff --git a/chrome/browser/ui/webui/chromeos/network_element_localized_strings_provider.h b/chrome/browser/ui/webui/chromeos/network_element_localized_strings_provider.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cbf065240f8a8e3fee6f284e46fb555024c7c097
|
| --- /dev/null
|
| +++ b/chrome/browser/ui/webui/chromeos/network_element_localized_strings_provider.h
|
| @@ -0,0 +1,22 @@
|
| +// Copyright 2017 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_UI_WEBUI_CHROMEOS_NETWORK_ELEMENT_LOCALIZED_STRINGS_PROVIDER_H_
|
| +#define CHROME_BROWSER_UI_WEBUI_CHROMEOS_NETWORK_ELEMENT_LOCALIZED_STRINGS_PROVIDER_H_
|
| +
|
| +namespace content {
|
| +class WebUIDataSource;
|
| +}
|
| +
|
| +namespace chromeos {
|
| +namespace network_element {
|
| +
|
| +// Adds the strings needed for network elements to |html_source|. String ids
|
| +// correspond to matching ids in ui/webui/resources/cr_elements/network/.
|
| +void AddLocalizedStrings(content::WebUIDataSource* html_source);
|
| +
|
| +} // namespace network_element
|
| +} // namespace chromeos
|
| +
|
| +#endif // CHROME_BROWSER_UI_WEBUI_CHROMEOS_NETWORK_ELEMENT_LOCALIZED_STRINGS_PROVIDER_H_
|
|
|