| Index: chrome/browser/ui/webui/chrome_web_ui_data_source.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/chrome_web_ui_data_source.cc (revision 90826)
|
| +++ chrome/browser/ui/webui/chrome_web_ui_data_source.cc (working copy)
|
| @@ -28,12 +28,6 @@
|
| localized_strings_.SetString(name, l10n_util::GetStringUTF16(ids));
|
| }
|
|
|
| -void ChromeWebUIDataSource::AddLocalizedString(
|
| - const std::string& name,
|
| - const string16& localized_string) {
|
| - localized_strings_.SetString(name, localized_string);
|
| -}
|
| -
|
| void ChromeWebUIDataSource::SendLocalizedStringsAsJSON(int request_id) {
|
| std::string template_data;
|
| scoped_refptr<RefCountedBytes> response(new RefCountedBytes);
|
|
|