Remove unused callback

This commit is contained in:
Kevin Sawicki 2016-07-05 17:23:26 -07:00
parent f7b72f0948
commit 12dddae2ca

View file

@ -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);