| Index: content/public/common/content_client.cc
|
| diff --git a/content/public/common/content_client.cc b/content/public/common/content_client.cc
|
| index 43cede30c6af2cb588a700671b64f17a773bfa4e..553b04232c0849fc922532ece9da6a9d7a9adc80 100644
|
| --- a/content/public/common/content_client.cc
|
| +++ b/content/public/common/content_client.cc
|
| @@ -78,6 +78,10 @@ std::string ContentClient::GetProduct() const {
|
| return std::string();
|
| }
|
|
|
| +std::string ContentClient::GetV8Version() const {
|
| + return std::string();
|
| +}
|
| +
|
| std::string ContentClient::GetUserAgent() const {
|
| return std::string();
|
| }
|
|
|