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

Unified Diff: ui/base/clipboard/clipboard_chromeos.cc

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: ui/base/clipboard/clipboard_chromeos.cc
diff --git a/ui/base/clipboard/clipboard_chromeos.cc b/ui/base/clipboard/clipboard_chromeos.cc
index d810c6fe27ea74a8ca7808dc197420f880e081dc..433ed959665920e2ac3a5e494b6cf2ce07f94ecc 100644
--- a/ui/base/clipboard/clipboard_chromeos.cc
+++ b/ui/base/clipboard/clipboard_chromeos.cc
@@ -448,7 +448,7 @@ Clipboard::~Clipboard() {
DeleteClipboard();
}
-void Clipboard::WriteObjects(Buffer buffer, const ObjectMap& objects) {
+void Clipboard::WriteObjectsImpl(Buffer buffer, const ObjectMap& objects) {
DCHECK(CalledOnValidThread());
DCHECK(IsValidBuffer(buffer));
for (ObjectMap::const_iterator iter = objects.begin();

Powered by Google App Engine
This is Rietveld 408576698