WebContentsFocused is removed.

Use OnWebContentsFocused instead.
This commit is contained in:
Haojian Wu 2015-07-23 15:00:14 +08:00 committed by Cheng Zhao
parent ce6172b829
commit c5ae2926e1
2 changed files with 3 additions and 5 deletions

View file

@ -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;