No need to override TitleWasSet in NativeWindow
This commit is contained in:
parent
782af41c7c
commit
8d20dda6d7
6 changed files with 5 additions and 23 deletions
|
@ -21,10 +21,6 @@ class NativeWindowObserver {
|
|||
public:
|
||||
virtual ~NativeWindowObserver() {}
|
||||
|
||||
// Called when the web page of the window has updated it's document title.
|
||||
virtual void OnPageTitleUpdated(bool* prevent_default,
|
||||
const std::string& title) {}
|
||||
|
||||
// Called when the web page in window wants to create a popup window.
|
||||
virtual void WillCreatePopupWindow(const base::string16& frame_name,
|
||||
const GURL& target_url,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue