summaryrefslogtreecommitdiffstats
path: root/base/clipboard.h
diff options
context:
space:
mode:
authorpinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-17 14:45:48 +0000
committerpinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-17 14:45:48 +0000
commitc3fac8bf704df395a6359e9da9edeca28ff34de0 (patch)
tree165cec5b2e3e50c2666d8205bbc661d17242cd21 /base/clipboard.h
parent0c4bfbd9655bc99c0fd92f6476c3c2915cca0004 (diff)
downloadchromium_src-c3fac8bf704df395a6359e9da9edeca28ff34de0.zip
chromium_src-c3fac8bf704df395a6359e9da9edeca28ff34de0.tar.gz
chromium_src-c3fac8bf704df395a6359e9da9edeca28ff34de0.tar.bz2
Implement the WebSmartPaste pasteboard type on Mac, stub it out on Linux, remove the platform ifdefs in common code.
Review URL: http://codereview.chromium.org/10955 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5559 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/clipboard.h')
-rw-r--r--base/clipboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/clipboard.h b/base/clipboard.h
index af1ac5a..14ee655 100644
--- a/base/clipboard.h
+++ b/base/clipboard.h
@@ -120,6 +120,7 @@ class Clipboard {
static FormatType GetPlainTextWFormatType();
static FormatType GetFilenameFormatType();
static FormatType GetFilenameWFormatType();
+ static FormatType GetWebKitSmartPasteFormatType();
// Win: MS HTML Format, Other: Generic HTML format
static FormatType GetHtmlFormatType();
#if defined(OS_WIN)
@@ -129,7 +130,6 @@ class Clipboard {
static FormatType GetCFHDropFormatType();
static FormatType GetFileDescriptorFormatType();
static FormatType GetFileContentFormatZeroType();
- static FormatType GetWebKitSmartPasteFormatType();
#endif
private: