Index: core/inspector/InspectorFrontendHost.idl |
diff --git a/core/inspector/InspectorFrontendHost.idl b/core/inspector/InspectorFrontendHost.idl |
index a9102bc8a830b33c13c1129b98bbd833b2723c20..058608a71148919e747e54ffbfc71e3c1a4ee544 100644 |
--- a/core/inspector/InspectorFrontendHost.idl |
+++ b/core/inspector/InspectorFrontendHost.idl |
@@ -36,7 +36,6 @@ |
// FIXME: setZoomFactor is here only for old frontends. Remove in M38. |
void setZoomFactor(float zoom); |
float zoomFactor(); |
- void inspectedURLChanged(DOMString newURL); |
void setInjectedScriptForOrigin(DOMString origin, DOMString script); |
@@ -50,7 +49,6 @@ |
[Custom] void recordActionTaken(unsigned long actionCode); |
[Custom] void recordPanelShown(unsigned long panelCode); |
- [Custom] void recordSettingChanged(unsigned long settingChanged); |
DOMString getSelectionBackgroundColor(); |
DOMString getSelectionForegroundColor(); |