| Index: chrome/browser/ui/webui/chrome_web_ui_data_source.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/chrome_web_ui_data_source.h (revision 90826)
|
| +++ chrome/browser/ui/webui/chrome_web_ui_data_source.h (working copy)
|
| @@ -24,10 +24,6 @@
|
| // Adds a name and its equivaled localized string to our dictionary.
|
| void AddLocalizedString(const std::string& name, int ids);
|
|
|
| - // Adds a name and its localized string value to our dictionary.
|
| - void AddLocalizedString(const std::string& name,
|
| - const string16& localized_string);
|
| -
|
| // Completes a request by sending our dictionary of localized strings.
|
| void SendLocalizedStringsAsJSON(int request_id);
|
|
|
|
|