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

Unified Diff: extensions/browser/scoped_ignore_content_verifier_for_test.h

Issue 2771953003: Fix content verification code for undreadable and deleted files. (Closed)
Patch Set: address comments change DCHECK 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/scoped_ignore_content_verifier_for_test.h
diff --git a/extensions/browser/scoped_ignore_content_verifier_for_test.h b/extensions/browser/scoped_ignore_content_verifier_for_test.h
index c062dc80adf3e4c6d2340974bc610f9a7755128b..c295a3b6a421cd3c32d876e1328a26cb6bffe8b2 100644
--- a/extensions/browser/scoped_ignore_content_verifier_for_test.h
+++ b/extensions/browser/scoped_ignore_content_verifier_for_test.h
@@ -19,7 +19,7 @@ class ScopedIgnoreContentVerifierForTest
: public ContentVerifyJob::TestDelegate {
public:
ScopedIgnoreContentVerifierForTest();
- ~ScopedIgnoreContentVerifierForTest();
+ ~ScopedIgnoreContentVerifierForTest() override;
// ContentVerifyJob::TestDelegate interface
ContentVerifyJob::FailureReason BytesRead(const std::string& extension_id,
« no previous file with comments | « extensions/browser/extension_protocols.cc ('k') | extensions/test/data/content_hash_fetcher/with_verified_contents/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698