Remove unused callback
This commit is contained in:
parent
f7b72f0948
commit
12dddae2ca
1 changed files with 0 additions and 2 deletions
|
@ -54,8 +54,6 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
||||||
using PrintToPDFCallback =
|
using PrintToPDFCallback =
|
||||||
base::Callback<void(v8::Local<v8::Value>, v8::Local<v8::Value>)>;
|
base::Callback<void(v8::Local<v8::Value>, v8::Local<v8::Value>)>;
|
||||||
|
|
||||||
using CapturePageCallback = base::Callback<void(const SkBitmap& bitmap)>;
|
|
||||||
|
|
||||||
// Create from an existing WebContents.
|
// Create from an existing WebContents.
|
||||||
static mate::Handle<WebContents> CreateFrom(
|
static mate::Handle<WebContents> CreateFrom(
|
||||||
v8::Isolate* isolate, content::WebContents* web_contents);
|
v8::Isolate* isolate, content::WebContents* web_contents);
|
||||||
|
|
Loading…
Reference in a new issue