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

Unified Diff: extensions/browser/content_verifier.cc

Issue 2790823004: Retry reinstallation of corrupted policy extensions. (Closed)
Patch Set: fix compile Created 3 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: extensions/browser/content_verifier.cc
diff --git a/extensions/browser/content_verifier.cc b/extensions/browser/content_verifier.cc
index c48d7eb254f65cc2e1a0716eb32105065ac740fc..b8340f5420c840ac00c8b601472d38ab72644892 100644
--- a/extensions/browser/content_verifier.cc
+++ b/extensions/browser/content_verifier.cc
@@ -84,6 +84,7 @@ void ContentVerifier::Start() {
void ContentVerifier::Shutdown() {
shutdown_ = true;
+ delegate_->Shutdown();
content::BrowserThread::PostTask(
content::BrowserThread::IO,
FROM_HERE,

Powered by Google App Engine
This is Rietveld 408576698