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

Unified Diff: third_party/sqlite/sqlite-src-3070603/src/sqlite.h.in

Issue 826543003: [sql] Import reference version of SQLite 3.7.6.3. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: gitignore forgot some files for me. Created 5 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
Index: third_party/sqlite/sqlite-src-3070603/src/sqlite.h.in
diff --git a/third_party/sqlite/src/src/sqlite.h.in b/third_party/sqlite/sqlite-src-3070603/src/sqlite.h.in
similarity index 99%
copy from third_party/sqlite/src/src/sqlite.h.in
copy to third_party/sqlite/sqlite-src-3070603/src/sqlite.h.in
index 00c8510b77dca0591da3c77dda3e889329310899..ec7e502d4a30690f6ae5aabe1aa41d98e8ee07e6 100644
--- a/third_party/sqlite/src/src/sqlite.h.in
+++ b/third_party/sqlite/sqlite-src-3070603/src/sqlite.h.in
@@ -6388,17 +6388,6 @@ int sqlite3_wal_checkpoint_v2(
#define SQLITE_CHECKPOINT_RESTART 2
-/* Begin recover.patch for Chromium */
-/*
-** Call to initialize the recover virtual-table modules (see recover.c).
-**
-** This could be loaded by default in main.c, but that would make the
-** virtual table available to Web SQL. Breaking it out allows only
-** selected users to enable it (currently sql/recovery.cc).
-*/
-int recoverVtableInit(sqlite3 *db);
-/* End recover.patch for Chromium */
-
/*
** Undo the hack that converts floating point types to integer for
** builds on processors without floating point support.
« no previous file with comments | « third_party/sqlite/sqlite-src-3070603/src/shell.c ('k') | third_party/sqlite/sqlite-src-3070603/src/sqlite3ext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698