Index: content/public/common/content_client.h |
diff --git a/content/public/common/content_client.h b/content/public/common/content_client.h |
index 246f422129f7938ffebc5bd096e49fe4aaecd337..0c4d09af2a0f00b6d5ee6f303bf994779f1dc42d 100644 |
--- a/content/public/common/content_client.h |
+++ b/content/public/common/content_client.h |
@@ -101,7 +101,7 @@ class CONTENT_EXPORT ContentClient { |
// Used as part of the user agent string. |
virtual std::string GetProduct() const; |
- // Returns the user agent. |
+ // Returns the user agent. Content may cache this value. |
virtual std::string GetUserAgent() const; |
// Returns a string resource given its id. |