Fix linting errors.

This commit is contained in:
Rob Brackett 2016-04-19 19:20:59 -07:00
parent 64a84dee3b
commit 942971b01a
2 changed files with 16 additions and 13 deletions

View file

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