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

Unified Diff: chrome/browser/password_manager/password_store_default.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
Index: chrome/browser/password_manager/password_store_default.h
===================================================================
--- chrome/browser/password_manager/password_store_default.h (revision 51079)
+++ chrome/browser/password_manager/password_store_default.h (working copy)
@@ -50,6 +50,11 @@
void OnWebDataServiceRequestDone(WebDataService::Handle handle,
const WDTypedResult *result);
+ protected:
+ inline bool DeleteAndRecreateDatabaseFile() {
+ return login_db_->DeleteAndRecreateDatabaseFile();
+ }
+
private:
// Migrates logins from the WDS to the LoginDatabase.
void MigrateIfNecessary();
« no previous file with comments | « chrome/browser/password_manager/login_database.cc ('k') | chrome/browser/password_manager/password_store_x.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698