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

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

Issue 1901593006: [DevTools] Remove InspectorAgent::discardAgent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@1899933003
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/InspectorDatabaseAgent.h
diff --git a/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.h b/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.h
index ca618139808ec3614845aec42c8b5e0fd3778873..fed81969c588978de899c07ec7ecb9d5e73a5079 100644
--- a/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.h
+++ b/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.h
@@ -58,7 +58,6 @@ public:
void disable(ErrorString*) override;
void restore() override;
void didCommitLoadForLocalFrame(LocalFrame*) override;
- void discardAgent() override;
// Called from the front-end.
void enable(ErrorString*) override;

Powered by Google App Engine
This is Rietveld 408576698