summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/util/query_helpers.h
diff options
context:
space:
mode:
authorzork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-22 18:18:33 +0000
committerzork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-22 18:18:33 +0000
commit36d4ad5008ee38a8ab0ddad065e4ec46ffff5d0a (patch)
treebf59fd4fde5f3052ff09588a42bc734bd0b89090 /chrome/browser/sync/util/query_helpers.h
parentc6e01dc7a346439ae64a00f9acd204025e17a218 (diff)
downloadchromium_src-36d4ad5008ee38a8ab0ddad065e4ec46ffff5d0a.zip
chromium_src-36d4ad5008ee38a8ab0ddad065e4ec46ffff5d0a.tar.gz
chromium_src-36d4ad5008ee38a8ab0ddad065e4ec46ffff5d0a.tar.bz2
Fix compiling of sync on linux.
Review URL: http://codereview.chromium.org/211019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26835 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/util/query_helpers.h')
-rw-r--r--chrome/browser/sync/util/query_helpers.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/sync/util/query_helpers.h b/chrome/browser/sync/util/query_helpers.h
index 0aee3ad..54cda1f 100644
--- a/chrome/browser/sync/util/query_helpers.h
+++ b/chrome/browser/sync/util/query_helpers.h
@@ -17,12 +17,6 @@
#include "chrome/browser/sync/util/sync_types.h"
#include "third_party/sqlite/preprocessed/sqlite3.h"
-// Sometimes threads contend on the DB lock itself, especially when one thread
-// is calling SaveChanges. In the worst case scenario, the user can put his
-// laptop to sleep during db contention, and wake up the laptop days later, so
-// infinity seems like the best choice here.
-const int kDirectoryBackingStoreBusyTimeoutMs = std::numeric_limits<int>::max();
-
enum SqliteNullType {
SQLITE_NULL_VALUE
};