Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(716)

Unified Diff: chrome/browser/extensions/extension_view_host.cc

Issue 1016473002: Make LoadMonitoringExtensionHostQueue remove itself as an ExtensionHost observer at the correct tim… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..374726f7c74004eb13af74957d51347a4ad4b131 100644
--- a/chrome/browser/extensions/extension_view_host.cc
+++ b/chrome/browser/extensions/extension_view_host.cc
@@ -99,7 +99,6 @@ void ExtensionViewHost::UnhandledKeyboardEvent(
// ExtensionHost overrides:
void ExtensionViewHost::OnDidStopLoading() {
- DCHECK(did_stop_loading());
view_->DidStopLoading();
}

Powered by Google App Engine
This is Rietveld 408576698