Chromium Code Reviews| Index: chrome/browser/extensions/extension_view_host.cc |
| diff --git a/chrome/browser/extensions/extension_view_host.cc b/chrome/browser/extensions/extension_view_host.cc |
| index 1d0ef9cfbf0982b1701585bd0e624751c1f584da..aa98de68fa546c3c23c0b2f04b230a93d69ca4f7 100644 |
| --- a/chrome/browser/extensions/extension_view_host.cc |
| +++ b/chrome/browser/extensions/extension_view_host.cc |
| @@ -99,7 +99,7 @@ void ExtensionViewHost::UnhandledKeyboardEvent( |
| // ExtensionHost overrides: |
| void ExtensionViewHost::OnDidStopLoading() { |
| - DCHECK(did_stop_loading()); |
| + DCHECK(has_loaded_once()); |
|
Yoyo Zhou
2015/03/12 22:57:29
Should this be is_loading? (I mean, it's okay as i
not at google - send to devlin
2015/03/12 23:29:22
Yeah, it correlates with is_loading (though perhap
|
| view_->DidStopLoading(); |
| } |