summaryrefslogtreecommitdiffstats
path: root/webkit/glue/user_agent.h
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-22 00:41:52 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-22 00:41:52 +0000
commit5193d537d7a68cb5bf50bacc9e42437d6faf66d5 (patch)
tree1143832c0529dd6c6584f6e2b79b3c681b3e110b /webkit/glue/user_agent.h
parent0a318c63fa078d29641b505c2f44ee76c7e773dc (diff)
downloadchromium_src-5193d537d7a68cb5bf50bacc9e42437d6faf66d5.zip
chromium_src-5193d537d7a68cb5bf50bacc9e42437d6faf66d5.tar.gz
chromium_src-5193d537d7a68cb5bf50bacc9e42437d6faf66d5.tar.bz2
webkit: expose webkit branch and revision number in about pages
- Change lastchange.py to work in other directories and to provide SVN URL. - Use lastchange.py in place where we generate WebKit versioning info. - Include branch@revision string in glue API. BUG=41264 TEST=compiles Review URL: http://codereview.chromium.org/6354014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72245 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/user_agent.h')
-rw-r--r--webkit/glue/user_agent.h2
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