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

Unified Diff: third_party/sqlite/sqlite3.h

Issue 6356012: Call sqlite3Preload() only when not using system sqlite. Modify the... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 11 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
« no previous file with comments | « app/sql/connection.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/sqlite3.h
===================================================================
--- third_party/sqlite/sqlite3.h (revision 72517)
+++ third_party/sqlite/sqlite3.h (working copy)
@@ -11,10 +11,6 @@
#if defined(USE_SYSTEM_SQLITE)
#include <sqlite3.h>
-
-// A no-op implementation of database preloading (not available
-// when using system sqlite).
-static int sqlite3Preload(sqlite3 *db) { return SQLITE_OK; }
#else
#include "third_party/sqlite/preprocessed/sqlite3.h"
#endif
« no previous file with comments | « app/sql/connection.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698