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

Unified Diff: ui/base/clipboard/clipboard.h

Issue 8606002: Remove Task inheritance in clipboard code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address feedback from jam Created 9 years, 1 month 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
« no previous file with comments | « content/browser/renderer_host/clipboard_message_filter_mac.mm ('k') | ui/base/clipboard/clipboard_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/clipboard/clipboard.h
diff --git a/ui/base/clipboard/clipboard.h b/ui/base/clipboard/clipboard.h
index 9b66369edc155bf70c42b338e955bef134e494ab..9c010e4fbae812a251479308499d99f81861cd70 100644
--- a/ui/base/clipboard/clipboard.h
+++ b/ui/base/clipboard/clipboard.h
@@ -116,12 +116,6 @@ class UI_EXPORT Clipboard {
// kept until the system clipboard is set again.
void WriteObjects(const ObjectMap& objects);
- // Behaves as above. If there is some shared memory handle passed as one of
- // the objects, it came from the process designated by |process|. This will
- // assist in turning it into a shared memory region that the current process
- // can use.
- void WriteObjects(const ObjectMap& objects, base::ProcessHandle process);
-
// On Linux/BSD, we need to know when the clipboard is set to a URL. Most
// platforms don't care.
#if defined(OS_WIN) || defined(OS_MACOSX) || defined(USE_AURA)
« no previous file with comments | « content/browser/renderer_host/clipboard_message_filter_mac.mm ('k') | ui/base/clipboard/clipboard_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698