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

Unified Diff: Source/core/inspector/InspectorFrontendHost.idl

Issue 278583003: DevTools: handle InspectorFrontendHost.inspectedURLChanged on browser side (Blink part). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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
« no previous file with comments | « Source/core/inspector/InspectorFrontendHost.cpp ('k') | Source/web/InspectorFrontendClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorFrontendHost.idl
diff --git a/Source/core/inspector/InspectorFrontendHost.idl b/Source/core/inspector/InspectorFrontendHost.idl
index 7f883fd728a3293d7b85bb0da2a1a952ba59bf13..058608a71148919e747e54ffbfc71e3c1a4ee544 100644
--- a/Source/core/inspector/InspectorFrontendHost.idl
+++ b/Source/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);
« no previous file with comments | « Source/core/inspector/InspectorFrontendHost.cpp ('k') | Source/web/InspectorFrontendClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698