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

Unified Diff: chrome/browser/chromeos/extensions/external_cache.cc

Issue 2299203004: Attempt to repair corrupt enterprise policy force-installed extensions (Closed)
Patch Set: switched to using installsource, addressed review comments Created 4 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/extensions/chrome_content_verifier_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/external_cache.cc
diff --git a/chrome/browser/chromeos/extensions/external_cache.cc b/chrome/browser/chromeos/extensions/external_cache.cc
index e848efeaac75940d16b132bf66a0bcaadcf23d11..ec39c237d93d38ee99ba68bef93765da7546e70b 100644
--- a/chrome/browser/chromeos/extensions/external_cache.cc
+++ b/chrome/browser/chromeos/extensions/external_cache.cc
@@ -257,7 +257,7 @@ void ExternalCache::CheckCache() {
update_url = extension_urls::GetWebstoreUpdateUrl();
if (update_url.is_valid())
- downloader_->AddPendingExtension(it.key(), update_url, 0);
+ downloader_->AddPendingExtension(it.key(), update_url, false, 0);
}
base::FilePath file_path;
« no previous file with comments | « no previous file | chrome/browser/extensions/chrome_content_verifier_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698