| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index ab1ed3226c564f6f525aab8f23cf76b4d9d727a2..8238dba73ee5c10814c33c71d4ff24f3ff9b36b2 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -676,6 +676,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| bool OnUpdateDragCursor() override;
|
| bool AddDomainInfoToRapporSample(rappor::Sample* sample) override;
|
| void FocusedNodeTouched(bool editable) override;
|
| + bool HasFocusedGuests() override;
|
|
|
| // RenderFrameHostManager::Delegate ------------------------------------------
|
|
|
|
|