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

Unified Diff: third_party/leveldatabase/env_chromium.h

Issue 26513005: Report errors from ChromiumEnv::GetChildren in Posix. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment to PlatformFileError Created 7 years, 2 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
Index: third_party/leveldatabase/env_chromium.h
diff --git a/third_party/leveldatabase/env_chromium.h b/third_party/leveldatabase/env_chromium.h
index 740a1e0a006e1b206678e22a036e379a10e32604..3afd462ca29abeff8f27b73bc6189f6ad4adbed9 100644
--- a/third_party/leveldatabase/env_chromium.h
+++ b/third_party/leveldatabase/env_chromium.h
@@ -41,6 +41,7 @@ enum MethodID {
kGetTestDirectory,
kNewLogger,
kSyncParent,
+ kGetChildren,
kNumEntries
};

Powered by Google App Engine
This is Rietveld 408576698