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

Unified Diff: third_party/leveldatabase/leveldb_switches.h

Issue 113373002: Unrevert r245135 "Created new Windows LevelDB environment." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years 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/leveldb_switches.h
diff --git a/third_party/leveldatabase/leveldb_switches.h b/third_party/leveldatabase/leveldb_switches.h
new file mode 100644
index 0000000000000000000000000000000000000000..edd4f11480b68566b44b52d302c21a2ae3662193
--- /dev/null
+++ b/third_party/leveldatabase/leveldb_switches.h
@@ -0,0 +1,17 @@
+// Copyright 2013 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef LEVELDB_SWITCHES_H_
+#define LEVELDB_SWITCHES_H_
+
+namespace switches {
+
+extern const char kLevelDbEnv[];
+extern const char kLevelDbEnvDefault[];
+extern const char kLevelDbEnvPosix[];
+extern const char kLevelDbEnvWin32[];
+
+} // namespace switches
+
+#endif // LEVELDB_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698