Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4669)

Unified Diff: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.h

Issue 2627023006: WebUI: Remove i18n from cr_elements/network (Closed)
Patch Set: Allow <if> in settings_ui.html Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.h
diff --git a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.h b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.h
index c97bf10d9d95dd255388d6c7f0884aad753330e5..cfa37864dc023b66bc25ac3951d74b8c69c81b46 100644
--- a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.h
+++ b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.h
@@ -13,11 +13,6 @@ class WebUIDataSource;
namespace settings {
-#if defined(OS_CHROMEOS)
-// Strings specific to cr-network elements. Also used by NetworkUI and OobeUI.
-void AddCrNetworkStrings(content::WebUIDataSource* html_source);
-#endif // OS_CHROMEOS
-
// Adds the strings needed by the settings page to |html_source|. This function
// causes |html_source| to expose a strings.js file from its source which
// contains a mapping from string's name to its translated value.

Powered by Google App Engine
This is Rietveld 408576698