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

Unified Diff: extensions/browser/content_hash_reader.cc

Issue 2751913009: Remove some VerifiedContents methods' params that are always false. (Closed)
Patch Set: 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
« no previous file with comments | « extensions/browser/content_hash_fetcher.cc ('k') | extensions/browser/verified_contents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/content_hash_reader.cc
diff --git a/extensions/browser/content_hash_reader.cc b/extensions/browser/content_hash_reader.cc
index 4d1b2d95ee16557fbb74d294dd18fdcebd95ebb8..66e7211eb55502d7c073c1c89959401377346ebd 100644
--- a/extensions/browser/content_hash_reader.cc
+++ b/extensions/browser/content_hash_reader.cc
@@ -62,7 +62,7 @@ bool ContentHashReader::Init() {
return false;
verified_contents_.reset(new VerifiedContents(key_.data, key_.size));
- if (!verified_contents_->InitFrom(verified_contents_path, false) ||
+ if (!verified_contents_->InitFrom(verified_contents_path) ||
!verified_contents_->valid_signature() ||
verified_contents_->version() != extension_version_ ||
verified_contents_->extension_id() != extension_id_)
« no previous file with comments | « extensions/browser/content_hash_fetcher.cc ('k') | extensions/browser/verified_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698