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

Unified Diff: app/sql/meta_table.h

Issue 2866023: Linux: delete the unencrypted login database file after a successful password migration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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 | app/sql/meta_table.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/sql/meta_table.h
===================================================================
--- app/sql/meta_table.h (revision 51079)
+++ app/sql/meta_table.h (working copy)
@@ -27,6 +27,9 @@
// compatible version number to |compatible_version|.
bool Init(Connection* db, int version, int compatible_version);
+ // Resets this MetaTable object, making another call to Init() possible.
+ void Reset();
+
// The version number of the database. This should be the version number of
// the creator of the file. The version number will be 0 if there is no
// previously set version number.
« no previous file with comments | « no previous file | app/sql/meta_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698