Chromium Code Reviews| Index: Source/core/inspector/InspectorDOMAgent.h |
| diff --git a/Source/core/inspector/InspectorDOMAgent.h b/Source/core/inspector/InspectorDOMAgent.h |
| index fc8d3f3b263b71943645fc5c4f19cfef2e986212..3ee54da6aaa4159fa67cefba6f39f943b23ea89b 100644 |
| --- a/Source/core/inspector/InspectorDOMAgent.h |
| +++ b/Source/core/inspector/InspectorDOMAgent.h |
| @@ -217,6 +217,8 @@ private: |
| InspectorDOMAgent(InspectorPageAgent*, InjectedScriptManager*, InspectorOverlay*); |
| + void enable(); |
|
pfeldman
2014/06/26 15:15:15
innerEnable
loislo
2014/06/26 18:27:05
Done.
|
| + |
| void setSearchingForNode(ErrorString*, SearchMode, JSONObject* highlightConfig); |
| PassOwnPtr<HighlightConfig> highlightConfigFromInspectorObject(ErrorString*, JSONObject* highlightInspectorObject); |