| Index: chrome/browser/ui/webui/chrome_web_ui_data_source.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/chrome_web_ui_data_source.h (revision 89497)
|
| +++ chrome/browser/ui/webui/chrome_web_ui_data_source.h (working copy)
|
| @@ -18,6 +18,9 @@
|
| public:
|
| explicit ChromeWebUIDataSource(const std::string& source_name);
|
|
|
| + // Adds a string and its equivalent to our dictionary.
|
| + void AddString(const std::string& name, const string16& value);
|
| +
|
| // Adds a name and its equivaled localized string to our dictionary.
|
| void AddLocalizedString(const std::string& name, int ids);
|
|
|
|
|