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

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

Issue 2960: Enable safe browsing tests exercising VerifyMAC.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 12 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
Index: chrome/browser/safe_browsing/safe_browsing_util.cc
===================================================================
--- chrome/browser/safe_browsing/safe_browsing_util.cc (revision 2357)
+++ chrome/browser/safe_browsing/safe_browsing_util.cc (working copy)
@@ -137,11 +137,6 @@
bool VerifyMAC(const std::string& key, const std::string& mac,
const char* data, int data_length) {
-#if !defined(OS_WIN)
- // TODO(port): Remove #defines when linking issue with modp_b64 is resolved.
- NOTIMPLEMENTED();
- return false;
-#endif
std::string key_copy = key;
DecodeWebSafe(&key_copy);
std::string decoded_key;
« chrome/SConscript.unit_tests ('K') | « chrome/browser/safe_browsing/protocol_parser_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698