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

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

Issue 3143: Enable safe browsing tests exercising VerifyMAC. Reorder libraries to match ... (Closed) Base URL: svn://chrome-svn/chrome/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
« no previous file with comments | « chrome/browser/safe_browsing/protocol_parser_unittest.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/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;
« no previous file with comments | « 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