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

Unified Diff: sql/connection.h

Issue 2827673006: [sql] Verify control of close-time WAL checkpoint. (Closed)
Patch Set: comment tweaks Created 3 years, 8 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 | « no previous file | sql/sqlite_features_unittest.cc » ('j') | sql/sqlite_features_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/connection.h
diff --git a/sql/connection.h b/sql/connection.h
index 639c333ed4de7cc6e90d7a3605e7e7deb95135ba..838d552cdfd7fa1c9abe2934d5b0c6ab7f035890 100644
--- a/sql/connection.h
+++ b/sql/connection.h
@@ -527,6 +527,7 @@ class SQL_EXPORT Connection {
FRIEND_TEST_ALL_PREFIXES(SQLConnectionTest, GetAppropriateMmapSizeAltStatus);
FRIEND_TEST_ALL_PREFIXES(SQLConnectionTest, OnMemoryDump);
FRIEND_TEST_ALL_PREFIXES(SQLConnectionTest, RegisterIntentToUpload);
+ FRIEND_TEST_ALL_PREFIXES(SQLiteFeaturesTest, WALNoClose);
// Internal initialize function used by both Init and InitInMemory. The file
// name is always 8 bits since we want to use the 8-bit version of
« no previous file with comments | « no previous file | sql/sqlite_features_unittest.cc » ('j') | sql/sqlite_features_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698