Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(131)

Unified Diff: chrome/browser/chrome_content_browser_client.h

Issue 12041078: Clear the clipboard closing Incognito window (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merge with master Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698