| Index: chrome/common/chrome_content_client.h
|
| diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h
|
| index 699b0a146ef507fd771ae12fde950a637477612b..a98d04d9a3d705ad799bc03e257add5b682343f6 100644
|
| --- a/chrome/common/chrome_content_client.h
|
| +++ b/chrome/common/chrome_content_client.h
|
| @@ -33,6 +33,7 @@ class ChromeContentClient : public content::ContentClient {
|
| std::vector<std::string>* saveable_shemes) OVERRIDE;
|
| virtual bool CanHandleWhileSwappedOut(const IPC::Message& msg) OVERRIDE;
|
| virtual std::string GetProduct() const OVERRIDE;
|
| + virtual std::string GetProductSCMRevision() const OVERRIDE;
|
| virtual std::string GetUserAgent() const OVERRIDE;
|
| virtual string16 GetLocalizedString(int message_id) const OVERRIDE;
|
| virtual base::StringPiece GetDataResource(
|
|
|