Index: third_party/leveldatabase/README.chromium |
diff --git a/third_party/leveldatabase/README.chromium b/third_party/leveldatabase/README.chromium |
index 66c5da5ed593b25c9d48666e2d87178f9ac76512..a2648b22d36c6eb66755dfa6c282a12683c842fd 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 |