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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h

Issue 2421983002: [DevTools] Remove layout editor experiment. (Closed)
Patch Set: rebased Created 4 years 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/InspectorDOMAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
index 5784b7fdf8d29618515a65fda83d16f22db9d14c..fe54d8c8b6631e3a21c3d9b75b7734f4dfc53d99 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
@@ -81,7 +81,6 @@ class CORE_EXPORT InspectorDOMAgent final
NotSearching,
SearchingForNormal,
SearchingForUAShadow,
- ShowLayoutEditor
};
class Client {
@@ -95,7 +94,6 @@ class CORE_EXPORT InspectorDOMAgent final
const InspectorHighlightConfig&) {}
virtual void setInspectMode(SearchMode searchMode,
std::unique_ptr<InspectorHighlightConfig>) {}
- virtual void setInspectedNode(Node*) {}
};
static Response toResponse(ExceptionState&);

Powered by Google App Engine
This is Rietveld 408576698