WebContentsObserver no longer provides explicit_set, we can calculate it
This commit is contained in:
parent
fb55db665c
commit
4666879f94
2 changed files with 10 additions and 3 deletions
|
@ -361,7 +361,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
|||
void WebContentsDestroyed() override;
|
||||
void NavigationEntryCommitted(
|
||||
const content::LoadCommittedDetails& load_details) override;
|
||||
void TitleWasSet(content::NavigationEntry* entry, bool explicit_set) override;
|
||||
void TitleWasSet(content::NavigationEntry* entry) override;
|
||||
void DidUpdateFaviconURL(
|
||||
const std::vector<content::FaviconURL>& urls) override;
|
||||
void PluginCrashed(const base::FilePath& plugin_path,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue