Index: content/public/common/content_client.h |
diff --git a/content/public/common/content_client.h b/content/public/common/content_client.h |
index b9d026bd9d795d8eb719f3c8eca3c1b15191afb3..2f786c0e3967fbd86c9eed9460016611f1fabe4b 100644 |
--- a/content/public/common/content_client.h |
+++ b/content/public/common/content_client.h |
@@ -125,8 +125,9 @@ class CONTENT_EXPORT ContentClient { |
// behalf of a swapped out renderer. |
virtual bool CanHandleWhileSwappedOut(const IPC::Message& message); |
- // Returns a string describing the embedder version. Used as part of the |
- // user agent string. |
+ // Returns a string describing the embedder product name and version, |
+ // of the form "productname/version", with no other slashes. |
+ // Used as part of the user agent string. |
virtual std::string GetProduct() const; |
// Returns the user agent. |