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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorOverlayHost.idl

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/InspectorOverlayHost.idl
diff --git a/third_party/WebKit/Source/core/inspector/InspectorOverlayHost.idl b/third_party/WebKit/Source/core/inspector/InspectorOverlayHost.idl
index 322e860a8795ba3a8b16895b2fc0c77eebf03a75..2f1978e4e1f4aee160ec91e972d07b57db755d79 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorOverlayHost.idl
+++ b/third_party/WebKit/Source/core/inspector/InspectorOverlayHost.idl
@@ -33,10 +33,4 @@
] interface InspectorOverlayHost {
void resume();
void stepOver();
- void startPropertyChange(DOMString propertyName);
- void changeProperty(float cssDelta);
- void endPropertyChange();
- void clearSelection(boolean commitChanges);
- void nextSelector();
- void previousSelector();
};

Powered by Google App Engine
This is Rietveld 408576698