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

Unified Diff: third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.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: two databases in the test 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/InspectorDatabaseAgent.h
diff --git a/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.h b/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.h
index e5c19e785a585589633e538d4c3f11a7b6d1d0f6..fed81969c588978de899c07ec7ecb9d5e73a5079 100644
--- a/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.h
+++ b/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.h
@@ -67,6 +67,7 @@ public:
void didOpenDatabase(blink::Database*, const String& domain, const String& name, const String& version);
private:
explicit InspectorDatabaseAgent(Page*);
+ void registerDatabaseOnCreation(blink::Database*);
blink::Database* databaseForId(const String& databaseId);
InspectorDatabaseResource* findByFileName(const String& fileName);

Powered by Google App Engine
This is Rietveld 408576698