summaryrefslogtreecommitdiffstats
path: root/webkit/common/user_agent/user_agent_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/common/user_agent/user_agent_util.h')
-rw-r--r--webkit/common/user_agent/user_agent_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/common/user_agent/user_agent_util.h b/webkit/common/user_agent/user_agent_util.h
index 3fbdf54..e23b809 100644
--- a/webkit/common/user_agent/user_agent_util.h
+++ b/webkit/common/user_agent/user_agent_util.h
@@ -22,6 +22,8 @@ WEBKIT_USER_AGENT_EXPORT std::string GetWebKitVersion();
WEBKIT_USER_AGENT_EXPORT int GetWebKitMajorVersion();
WEBKIT_USER_AGENT_EXPORT int GetWebKitMinorVersion();
+WEBKIT_USER_AGENT_EXPORT std::string GetWebKitRevision();
+
// Helper function to generate a full user agent string from a short
// product name.
WEBKIT_USER_AGENT_EXPORT std::string BuildUserAgentFromProduct(