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

Unified Diff: base/clipboard.cc

Issue 10955: Implement the WebSmartPaste pasteboard type on Mac, stub it out on Linux, rem... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 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 | « base/clipboard.h ('k') | base/clipboard_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/clipboard.cc
===================================================================
--- base/clipboard.cc (revision 5474)
+++ base/clipboard.cc (working copy)
@@ -36,11 +36,11 @@
break;
#endif // defined(OS_WIN) || defined(OS_MACOSX)
-#if defined(OS_WIN)
case CBF_WEBKIT:
WriteWebSmartPaste();
break;
+#if defined(OS_WIN)
case CBF_BITMAP:
WriteBitmap(&(params[0].front()), &(params[1].front()));
break;
« no previous file with comments | « base/clipboard.h ('k') | base/clipboard_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698