Remove NativeWindow::CallDevToolsFunction

This commit is contained in:
Cheng Zhao 2015-06-05 13:32:01 +08:00
parent 7f42c0fa21
commit 7f7cdbf775
2 changed files with 16 additions and 36 deletions

View file

@ -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,