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

Unified Diff: chrome/common/sqlite_utils.h

Issue 151176: Implement Add and Update for PasswordStoreMac.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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/common/sqlite_utils.h
===================================================================
--- chrome/common/sqlite_utils.h (revision 19737)
+++ chrome/common/sqlite_utils.h (working copy)
@@ -215,6 +215,7 @@
int step();
int reset();
sqlite_int64 last_insert_rowid();
+ int changes();
sqlite3* db_handle();
//

Powered by Google App Engine
This is Rietveld 408576698