Add support for displaying alerts

This commit is contained in:
Kevin Sawicki
2012-06-13 15:36:47 -07:00
parent 151d2cf8c5
commit 3aaaef2cc1
3 changed files with 51 additions and 0 deletions

View File

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