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

Unified Diff: chrome/browser/safe_browsing/signature_util_posix.cc

Issue 8459001: Extract the certificate to use in the download protection pingback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Address Noe and Matt's comments Created 9 years, 1 month 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/signature_util.h ('k') | chrome/browser/safe_browsing/signature_util_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/signature_util_posix.cc
===================================================================
--- chrome/browser/safe_browsing/signature_util_posix.cc (revision 108613)
+++ chrome/browser/safe_browsing/signature_util_posix.cc (working copy)
@@ -8,11 +8,13 @@
#include "chrome/browser/safe_browsing/signature_util.h"
namespace safe_browsing {
-namespace signature_util {
-bool IsSigned(const FilePath& file_path) {
- return false;
-}
+SignatureUtil::SignatureUtil() {}
-} // namespace signature_util
+SignatureUtil::~SignatureUtil() {}
+
+void SignatureUtil::CheckSignature(
+ const FilePath& file_path,
+ ClientDownloadRequest_SignatureInfo* signature_info) {}
+
} // namespace safe_browsing
« no previous file with comments | « chrome/browser/safe_browsing/signature_util.h ('k') | chrome/browser/safe_browsing/signature_util_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698