| 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 56e8e61c2d32b081a4a66cc24914b9d0abc9bad7..717cc85f9663408a31dbd7dd3fc58630686f75d8 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -210,6 +210,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| const GURL& url,
|
| const content::SocketPermissionRequest& params) OVERRIDE;
|
| virtual FilePath GetHyphenDictionaryDirectory() OVERRIDE;
|
| + virtual void BeforeWriteToClipboard(
|
| + const content::ClipboardWriteCallbackParams& params) OVERRIDE;
|
|
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| virtual void GetAdditionalMappedFilesForChildProcess(
|
|
|