Index: third_party/leveldatabase/README.chromium |
diff --git a/third_party/leveldatabase/README.chromium b/third_party/leveldatabase/README.chromium |
index 5d598d7bd615ac266a3691191090fb9f3b78d7c6..8990c9fb3b2d42b9d7f02d02e64668a1802a28e5 100644 |
--- a/third_party/leveldatabase/README.chromium |
+++ b/third_party/leveldatabase/README.chromium |
@@ -1,6 +1,6 @@ |
Name: LevelDB: A Fast Persistent Key-Value Store |
Short Name: leveldb |
-URL: http://code.google.com/p/leveldb/ |
+URL: https://github.com/google/leveldb.git |
Version: r80 |
dgrogan
2014/12/11 20:01:53
This doesn't make sense now that we're pulling int
cmumford
2014/12/12 00:37:46
I agree. I will try to get to the bottom of this w
|
License: New BSD |
License File: src/LICENSE |
@@ -19,8 +19,6 @@ Local Additions: |
chrome primitives in place of some posix primitives |
* env_idb.h allows IndexedDB to emit uma stats under separate histograms from |
other LevelDB consumers. |
-* ChromiumEnv wraps low-level I/O calls that may be interrupted with a |
- HANDLE_EINTR macro that retries the call. |
* TRACE macros/thread name for chrome://tracing diagnostics |
* Handle in-process exclusive file locks, based on src/util/env_posix.cc |
* Unit tests for the Chromium environment. |