Remove NativeWindow::CallDevToolsFunction
This commit is contained in:
parent
7f42c0fa21
commit
7f7cdbf775
2 changed files with 16 additions and 36 deletions
|
@ -345,12 +345,6 @@ class NativeWindow : public brightray::DefaultWebContentsDelegate,
|
|||
// Dispatch unresponsive event to observers.
|
||||
void NotifyWindowUnresponsive();
|
||||
|
||||
// Call a function in devtools.
|
||||
void CallDevToolsFunction(const std::string& function_name,
|
||||
const base::Value* arg1 = NULL,
|
||||
const base::Value* arg2 = NULL,
|
||||
const base::Value* arg3 = NULL);
|
||||
|
||||
// Called when CapturePage has done.
|
||||
void OnCapturePageDone(const CapturePageCallback& callback,
|
||||
const SkBitmap& bitmap,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue