Fix linting errors.
This commit is contained in:
parent
64a84dee3b
commit
942971b01a
2 changed files with 16 additions and 13 deletions
|
@ -816,7 +816,7 @@ base::string16 WebContents::GetTitle() const {
|
|||
bool WebContents::IsLoading() const {
|
||||
return web_contents()->IsLoading();
|
||||
}
|
||||
|
||||
|
||||
bool WebContents::IsLoadingMainFrame() const {
|
||||
return is_loading_main_frame_;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue