Index: ui/base/clipboard/clipboard_util_win.h |
diff --git a/ui/base/clipboard/clipboard_util_win.h b/ui/base/clipboard/clipboard_util_win.h |
index 24cf5400df230b6702669b59a755d737179cd5ee..e599856067025cd66042986bd53b2ad6ee7543bc 100644 |
--- a/ui/base/clipboard/clipboard_util_win.h |
+++ b/ui/base/clipboard/clipboard_util_win.h |
@@ -39,6 +39,7 @@ class UI_EXPORT ClipboardUtil { |
static FORMATETC* GetFileContentFormatZero(); |
static FORMATETC* GetWebKitSmartPasteFormat(); |
static FORMATETC* GetWebCustomDataFormat(); |
+ static FORMATETC* GetPepperCustomDataFormat(); |
///////////////////////////////////////////////////////////////////////////// |
// These methods check to see if |data_object| has the requested type. |