Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7346)

Unified Diff: chrome/browser/ui/webui/help/help_utils_chromeos.h

Issue 449623003: Integrate About page into Settings for Chrome OS settings in a window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: simplify Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698