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

Unified Diff: blimp/common/blob_cache/id_util.h

Issue 1962193002: Add a integration test suite for BlobChannel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove redundant callback Created 4 years, 7 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 | « blimp/common/BUILD.gn ('k') | blimp/common/blob_cache/id_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/blob_cache/id_util.h
diff --git a/blimp/common/blob_cache/id_util.h b/blimp/common/blob_cache/id_util.h
index f2724b8d0ff01d3035a7f70c7266ef5c7f0eda1f..3d63ed59692b784ffbf5edc095bc4d755c995c6f 100644
--- a/blimp/common/blob_cache/id_util.h
+++ b/blimp/common/blob_cache/id_util.h
@@ -17,6 +17,7 @@ namespace blimp {
// the same length.
BLIMP_COMMON_EXPORT const BlobId CalculateBlobId(const void* data,
size_t data_size);
+BLIMP_COMMON_EXPORT const BlobId CalculateBlobId(const std::string& data);
// Returns a hexadecimal string representation of a BlobId. The input must
// be a valid BlobId.
« no previous file with comments | « blimp/common/BUILD.gn ('k') | blimp/common/blob_cache/id_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698