WebContentsFocused is removed.
Use OnWebContentsFocused instead.
This commit is contained in:
parent
ce6172b829
commit
c5ae2926e1
2 changed files with 3 additions and 5 deletions
|
@ -125,6 +125,7 @@ class InspectableWebContentsImpl :
|
|||
void AboutToNavigateRenderFrame(content::RenderFrameHost* old_host,
|
||||
content::RenderFrameHost* new_host) override;
|
||||
void WebContentsDestroyed() override;
|
||||
void OnWebContentsFocused() override;
|
||||
|
||||
// content::WebContentsDelegate:
|
||||
bool AddMessageToConsole(content::WebContents* source,
|
||||
|
@ -144,7 +145,6 @@ class InspectableWebContentsImpl :
|
|||
void HandleKeyboardEvent(
|
||||
content::WebContents*, const content::NativeWebKeyboardEvent&) override;
|
||||
void CloseContents(content::WebContents* source) override;
|
||||
void WebContentsFocused(content::WebContents* contents) override;
|
||||
|
||||
// net::URLFetcherDelegate:
|
||||
void OnURLFetchComplete(const net::URLFetcher* source) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue