Discard is_guest_, use type_ instead
This commit is contained in:
parent
2bfa9da82e
commit
19ca011735
5 changed files with 24 additions and 30 deletions
|
@ -164,6 +164,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
|||
content::WebContents* OpenURLFromTab(
|
||||
content::WebContents* source,
|
||||
const content::OpenURLParams& params) override;
|
||||
bool IsPopupOrPanel(const content::WebContents* source) const override;
|
||||
void HandleKeyboardEvent(
|
||||
content::WebContents* source,
|
||||
const content::NativeWebKeyboardEvent& event) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue