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

Unified Diff: sql/meta_table.h

Issue 9584031: Add a DeleteKey() method to delete a key from the meta table. This will be used in the TemplateURL… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 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/meta_table.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/meta_table.h
===================================================================
--- sql/meta_table.h (revision 124285)
+++ sql/meta_table.h (working copy)
@@ -68,6 +68,9 @@
bool GetValue(const char* key, int* value);
bool GetValue(const char* key, int64* value);
+ // Deletes the key from the table.
+ bool DeleteKey(const char* key);
+
private:
// Conveniences to prepare the two types of statements used by
// MetaTableHelper.
« no previous file with comments | « no previous file | sql/meta_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698