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

Unified Diff: webkit/tools/test_shell/simple_database_system.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/quota_table_unittest.cc ('k') | webkit/tools/test_shell/simple_database_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/simple_database_system.h
===================================================================
--- webkit/tools/test_shell/simple_database_system.h (revision 35502)
+++ webkit/tools/test_shell/simple_database_system.h (working copy)
@@ -13,6 +13,7 @@
#include "base/scoped_temp_dir.h"
#include "base/string16.h"
#include "third_party/WebKit/WebKit/chromium/public/WebDatabaseObserver.h"
+#include "webkit/database/database_connections.h"
#include "webkit/database/database_tracker.h"
class SimpleDatabaseSystem : public webkit_database::DatabaseTracker::Observer,
@@ -73,6 +74,8 @@
Lock file_names_lock_;
base::hash_map<string16, FilePath> file_names_;
+
+ webkit_database::DatabaseConnections database_connections_;
};
#endif // WEBKIT_TOOLS_TEST_SHELL_SIMPLE_DATABASE_SYSTEM_H_
« no previous file with comments | « webkit/database/quota_table_unittest.cc ('k') | webkit/tools/test_shell/simple_database_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698