mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 939b32ee (#454471)
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
|
||||
#include "base/callback.h"
|
||||
#include "base/strings/string16.h"
|
||||
#include "content/public/common/javascript_message_type.h"
|
||||
#include "content/public/common/javascript_dialog_type.h"
|
||||
|
||||
class CefBrowserHostImpl;
|
||||
|
||||
@ -22,7 +22,7 @@ class CefJavaScriptDialogRunner {
|
||||
// Run the dialog. Execute |callback| on completion.
|
||||
virtual void Run(
|
||||
CefBrowserHostImpl* browser,
|
||||
content::JavaScriptMessageType message_type,
|
||||
content::JavaScriptDialogType message_type,
|
||||
const base::string16& display_url,
|
||||
const base::string16& message_text,
|
||||
const base::string16& default_prompt_text,
|
||||
|
Reference in New Issue
Block a user