Minor changes to match style, init variables

This commit is contained in:
Vladimir Vainer 2017-07-17 16:52:02 +03:00
parent 42cb3461af
commit e0518444da
3 changed files with 3 additions and 2 deletions

View file

@ -48,7 +48,7 @@ class WebViewGuestDelegate : public content::BrowserPluginGuestDelegate,
void SetSize(const SetSizeParams& params);
// Return true if attached.
bool Attached() const { return attached_; }
bool IsAttached() const { return attached_; }
protected:
// content::WebContentsObserver: