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

Unified Diff: Source/modules/webdatabase/InspectorDatabaseAgent.h

Issue 198913003: DevTools: Clean up InspectorDatabaseAgent state on page reload (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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 | Source/modules/webdatabase/InspectorDatabaseAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/InspectorDatabaseAgent.h
diff --git a/Source/modules/webdatabase/InspectorDatabaseAgent.h b/Source/modules/webdatabase/InspectorDatabaseAgent.h
index b18f28399565fb4db63791c1474676bb9bad6299..f421e749213e136ae31eb9158ae530e87b14577c 100644
--- a/Source/modules/webdatabase/InspectorDatabaseAgent.h
+++ b/Source/modules/webdatabase/InspectorDatabaseAgent.h
@@ -59,7 +59,7 @@ public:
virtual void clearFrontend() OVERRIDE;
virtual void restore() OVERRIDE;
- void didCommitLoad(LocalFrame*, DocumentLoader*);
+ virtual void didCommitLoadForMainFrame() OVERRIDE;
// Called from the front-end.
virtual void enable(ErrorString*) OVERRIDE;
« no previous file with comments | « no previous file | Source/modules/webdatabase/InspectorDatabaseAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698