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

Unified Diff: sql/connection.h

Issue 1927443002: Remove Android Work Chrome code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix missed line. Created 4 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
Index: sql/connection.h
diff --git a/sql/connection.h b/sql/connection.h
index cebf93b1300c3cbd13ae5a6ac9d92aa3a6c4d6e5..8e8931f2e67d0dbc576987830015fa108b3797e4 100644
--- a/sql/connection.h
+++ b/sql/connection.h
@@ -149,12 +149,9 @@ class SQL_EXPORT Connection {
// other platforms.
void set_restrict_to_user() { restrict_to_user_ = true; }
- // Call to opt out of memory-mapped file I/O on per connection basis.
+ // Call to opt out of memory-mapped file I/O.
void set_mmap_disabled() { mmap_disabled_ = true; }
- // Call to opt out of memory-mapped file I/O on all connections.
- static void set_mmap_disabled_by_default();
-
// Set an error-handling callback. On errors, the error number (and
// statement, if available) will be passed to the callback.
//
« no previous file with comments | « chrome/test/android/javatests/src/org/chromium/chrome/test/util/ApplicationData.java ('k') | sql/connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698