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

Unified Diff: webkit/database/databases_table.h

Issue 507014: Adding methods that will be used by the quota management UI.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 12 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 | « webkit/database/database_tracker_unittest.cc ('k') | webkit/database/databases_table.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/database/databases_table.h
===================================================================
--- webkit/database/databases_table.h (revision 35502)
+++ webkit/database/databases_table.h (working copy)
@@ -38,8 +38,10 @@
bool UpdateDatabaseDetails(const DatabaseDetails& details);
bool DeleteDatabaseDetails(const string16& origin_identifier,
const string16& database_name);
+ bool GetAllOrigins(std::vector<string16>* origins);
bool GetAllDatabaseDetailsForOrigin(const string16& origin_identifier,
std::vector<DatabaseDetails>* details);
+ bool DeleteOrigin(const string16& origin_identifier);
private:
sql::Connection* db_;
};
« no previous file with comments | « webkit/database/database_tracker_unittest.cc ('k') | webkit/database/databases_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698