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

Unified Diff: chrome/browser/safe_browsing/verifier_test/verifier_test_dll.def

Issue 434163002: Changes to module_integrity_verifier.cc that allow the function VerifyModule (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@patchHunting2
Patch Set: Created 6 years, 5 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 | « chrome/browser/safe_browsing/verifier_test/verifier_test_dll.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/verifier_test/verifier_test_dll.def
diff --git a/chrome/browser/safe_browsing/verifier_test/verifier_test_dll.def b/chrome/browser/safe_browsing/verifier_test/verifier_test_dll.def
index c163e5f704703d99e6a77111aa68e69bbf4dec57..bf9fe557bc0818a3d3ae339178ba924767c3ab02 100644
--- a/chrome/browser/safe_browsing/verifier_test/verifier_test_dll.def
+++ b/chrome/browser/safe_browsing/verifier_test/verifier_test_dll.def
@@ -3,3 +3,6 @@
; found in the LICENSE file.
LIBRARY "verifier_test_dll.dll"
+
+EXPORTS
+ DummyExport
« no previous file with comments | « chrome/browser/safe_browsing/verifier_test/verifier_test_dll.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698