Add support for reading from clipboard

This commit is contained in:
Kevin Sawicki
2012-06-04 20:41:18 -07:00
parent 0cf96c97b0
commit c28b93c51b
2 changed files with 15 additions and 0 deletions

View File

@@ -62,6 +62,10 @@ private:
void WriteToPasteboard(const CefString& name, CefRefPtr<CefV8Value> object,
const CefV8ValueList& arguments, CefRefPtr<CefV8Value>& retval,
CefString& exception);
void ReadFromPasteboard(const CefString& name, CefRefPtr<CefV8Value> object,
const CefV8ValueList& arguments, CefRefPtr<CefV8Value>& retval,
CefString& exception);
};
#endif