Index: third_party/leveldatabase/README.chromium |
diff --git a/third_party/leveldatabase/README.chromium b/third_party/leveldatabase/README.chromium |
index 2fa56a60500a0fb42615bb469919213cd6222853..2b36bf2aaf7a7b7a484e0ad239f2ef5aeacbba1a 100644 |
--- a/third_party/leveldatabase/README.chromium |
+++ b/third_party/leveldatabase/README.chromium |
@@ -14,3 +14,5 @@ Local Additions: |
* gyp file for building in chromium |
* port/port_chromium.{h,cc} and env_chromium.cc provide chromium implementations |
of primitives used by leveldb. E.g. threading, file handling, etc. |
+* chromium_logger.h was copied from src/util/posix_logger.h and updated to use |
+ chrome primitives in place of some posix primitives |