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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorCSSAgent.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/core/inspector/InspectorCSSAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
index b5072fc478f46ac34c88e51d71a4972756d80dad..5213099a6bdac42be6c41432837144006a1a5d14 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
@@ -111,7 +111,6 @@ public:
DECLARE_VIRTUAL_TRACE();
bool forcePseudoState(Element*, CSSSelector::PseudoType);
- void discardAgent() override;
void didCommitLoadForLocalFrame(LocalFrame*) override;
void restore() override;
void flushPendingProtocolNotifications() override;

Powered by Google App Engine
This is Rietveld 408576698