diff options
Diffstat (limited to 'webkit/glue/user_agent.h')
-rw-r--r-- | webkit/glue/user_agent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/user_agent.h b/webkit/glue/user_agent.h index 3d1f788..62c8324 100644 --- a/webkit/glue/user_agent.h +++ b/webkit/glue/user_agent.h @@ -19,7 +19,7 @@ void BuildUserAgent(bool mimic_windows, std::string* result); // Builds a User-agent compatible string that describes the OS and CPU type. std::string BuildOSCpuInfo(); -// Returns the WebKit version (major.minor). +// Returns the WebKit version, in the form "major.minor (branch@revision)". std::string GetWebKitVersion(); } // namespace webkit_glue |