Index: webkit/common/user_agent/user_agent_util.h |
diff --git a/webkit/common/user_agent/user_agent_util.h b/webkit/common/user_agent/user_agent_util.h |
index 3fbdf5488792d91f8bc8c7b331c598b3db7b8443..e23b809a5050fe1e5fae2a6b1be1f4c440f61f1e 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( |