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

Unified Diff: third_party/WebKit/Source/modules/webdatabase/DatabaseTracker.h

Issue 1880273002: [DevTools] Create last agents on attach, modify InspectorDatabaseAgent to support it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: third_party/WebKit/Source/modules/webdatabase/DatabaseTracker.h
diff --git a/third_party/WebKit/Source/modules/webdatabase/DatabaseTracker.h b/third_party/WebKit/Source/modules/webdatabase/DatabaseTracker.h
index 9b6059eede6a8d8f4f4cd51cbe28d22c36f63d2d..b911b6c33cf96f883d90cf1a7e21bc5fdf8c9eb9 100644
--- a/third_party/WebKit/Source/modules/webdatabase/DatabaseTracker.h
+++ b/third_party/WebKit/Source/modules/webdatabase/DatabaseTracker.h
@@ -42,6 +42,7 @@ namespace blink {
class Database;
class DatabaseContext;
+class InspectorDatabaseAgent;
class SecurityOrigin;
class MODULES_EXPORT DatabaseTracker {
@@ -64,6 +65,7 @@ public:
unsigned long long getMaxSizeForDatabase(const Database*);
void closeDatabasesImmediately(SecurityOrigin*, const String& name);
+ void registerAllDatabasesInInspector(InspectorDatabaseAgent*);
michaeln 2016/04/13 22:18:18 It'd be nice to not have a dependency on the inspe
dgozman 2016/04/13 22:26:04 I'd rather go for callback than Memeber<> collecti
void prepareToOpenDatabase(Database*);
void failedToOpenDatabase(Database*);

Powered by Google App Engine
This is Rietveld 408576698