Fix cpplint errors in inspectable_web_contents.h
This commit is contained in:
parent
9ac1a539ee
commit
0805b414e9
1 changed files with 5 additions and 3 deletions
|
@ -8,10 +8,12 @@ namespace brightray {
|
||||||
class InspectableWebContentsView;
|
class InspectableWebContentsView;
|
||||||
|
|
||||||
class InspectableWebContents {
|
class InspectableWebContents {
|
||||||
public:
|
public:
|
||||||
static InspectableWebContents* Create(const content::WebContents::CreateParams&);
|
static InspectableWebContents* Create(
|
||||||
|
const content::WebContents::CreateParams&);
|
||||||
|
|
||||||
// The returned InspectableWebContents takes ownership of the passed-in WebContents.
|
// The returned InspectableWebContents takes ownership of the passed-in
|
||||||
|
// WebContents.
|
||||||
static InspectableWebContents* Create(content::WebContents*);
|
static InspectableWebContents* Create(content::WebContents*);
|
||||||
|
|
||||||
virtual ~InspectableWebContents() {}
|
virtual ~InspectableWebContents() {}
|
||||||
|
|
Loading…
Reference in a new issue