| Index: chrome/browser/ui/webui/help/help_utils_chromeos.h
|
| diff --git a/chrome/browser/ui/webui/help/help_utils_chromeos.h b/chrome/browser/ui/webui/help/help_utils_chromeos.h
|
| index ab58c49b8096c69a223d1b708d08cfc51d84c9c0..753af6de4fe8643242de3ebcd4588958a43f1857 100644
|
| --- a/chrome/browser/ui/webui/help/help_utils_chromeos.h
|
| +++ b/chrome/browser/ui/webui/help/help_utils_chromeos.h
|
| @@ -17,6 +17,9 @@ bool IsUpdateOverCellularAllowed();
|
| // Returns localized name for the connection |type|.
|
| base::string16 GetConnectionTypeAsUTF16(const std::string& type);
|
|
|
| +// Returns the browser version as a string.
|
| +base::string16 BuildBrowserVersionString();
|
| +
|
| } // namespace help_utils_chromeos
|
|
|
| #endif // CHROME_BROWSER_UI_WEBUI_HELP_HELP_UTILS_CHROMEOS_H_
|
|
|