| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index 66d9e71955e10070a0a276da19ceb97bd23d3fe6..46377d7b5f6452f9ecc631c5fe1227ba50f2f027 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -231,6 +231,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| virtual void ClearCookies(content::RenderViewHost* rvh) OVERRIDE;
|
| virtual base::FilePath GetDefaultDownloadDirectory() OVERRIDE;
|
| virtual std::string GetDefaultDownloadName() OVERRIDE;
|
| + virtual std::string GetDeviceIdSalt(content::ResourceContext* rc) OVERRIDE;
|
| virtual void DidCreatePpapiPlugin(
|
| content::BrowserPpapiHost* browser_host) OVERRIDE;
|
| virtual content::BrowserPpapiHost* GetExternalBrowserPpapiHost(
|
|
|