Index: chrome/common/chrome_version_info.h |
diff --git a/chrome/common/chrome_version_info.h b/chrome/common/chrome_version_info.h |
index 41cee4b0cebf2d1ab4ad85f1c880fa530975aea0..3ebe6fce5d011254ee902555afedbe08b51c46b4 100644 |
--- a/chrome/common/chrome_version_info.h |
+++ b/chrome/common/chrome_version_info.h |
@@ -36,6 +36,9 @@ class VersionInfo { |
// check is_valid(). |
bool is_valid() const; |
+ // E.g. "Chrome/a.b.c.d" |
+ std::string ProductNameAndVersionForUserAgent() const; |
+ |
// E.g. "Chromium" or "Google Chrome". |
std::string Name() const; |