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

Unified Diff: Source/web/InspectorEmulationAgent.h

Issue 1022773002: Oilpan: tidy up finalization of InspectorEmulationAgent following r192106. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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/web/InspectorEmulationAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/InspectorEmulationAgent.h
diff --git a/Source/web/InspectorEmulationAgent.h b/Source/web/InspectorEmulationAgent.h
index 9b8f4831783623fbb4cec9e0d735d9a9aa1592e6..2bceaf4abc3b3af5cccd7e7f341e116f06ce2aee 100644
--- a/Source/web/InspectorEmulationAgent.h
+++ b/Source/web/InspectorEmulationAgent.h
@@ -32,6 +32,7 @@ public:
// InspectorBaseAgent overrides.
void disable(ErrorString*) override;
void restore() override;
+ void discardAgent() override;
void didCommitLoadForLocalFrame(LocalFrame*) override;
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « no previous file | Source/web/InspectorEmulationAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698