Chromium Code Reviews| Index: chrome/browser/ui/webui/chrome_web_ui_data_source.h |
| =================================================================== |
| --- chrome/browser/ui/webui/chrome_web_ui_data_source.h (revision 155736) |
| +++ chrome/browser/ui/webui/chrome_web_ui_data_source.h (working copy) |
| @@ -24,6 +24,9 @@ |
| // Adds a string and its equivalent to our dictionary. |
|
Evan Stade
2012/09/14 15:11:30
this comment doesn't make sense to me, does it mak
SteveT
2012/09/14 15:28:37
Let me know if this correction seems better.
|
| void AddString(const std::string& name, const string16& value); |
| + // Adds a string and its equivalent to our dictionary. |
| + void AddString(const std::string& name, const std::string& value); |
| + |
| // Adds a name and its equivaled localized string to our dictionary. |
|
Evan Stade
2012/09/14 15:11:30
this one almost makes sense except for "equivaled"
SteveT
2012/09/14 15:28:37
Ditto
|
| void AddLocalizedString(const std::string& name, int ids); |