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

Unified Diff: webkit/glue/user_agent.cc

Issue 6354014: webkit: expose webkit branch and revision number in about pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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: webkit/glue/user_agent.cc
diff --git a/webkit/glue/user_agent.cc b/webkit/glue/user_agent.cc
index 4867c27d1983fbe49b2d5028b0ae521ce62e21ae..ef9f217ee1df662d6db197de0d1cb5c0e1aac0d6 100644
--- a/webkit/glue/user_agent.cc
+++ b/webkit/glue/user_agent.cc
@@ -26,6 +26,10 @@ std::string GetWebKitVersion() {
WEBKIT_VERSION_MINOR);
}
+std::string GetWebKitRevision() {
+ return WEBKIT_SVN_REVISION;
+}
+
std::string BuildOSCpuInfo() {
std::string os_cpu;

Powered by Google App Engine
This is Rietveld 408576698