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

Unified Diff: Source/web/InspectorFrontendClientImpl.h

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.idl ('k') | Source/web/InspectorFrontendClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/InspectorFrontendClientImpl.h
diff --git a/Source/web/InspectorFrontendClientImpl.h b/Source/web/InspectorFrontendClientImpl.h
index 930b55a811d859685f86b6fb67145633236984ef..8b1cffe62aac70223b23c69a76d38c4815118863 100644
--- a/Source/web/InspectorFrontendClientImpl.h
+++ b/Source/web/InspectorFrontendClientImpl.h
@@ -53,8 +53,6 @@ public:
// InspectorFrontendClient methods:
virtual void windowObjectCleared() OVERRIDE;
- virtual void inspectedURLChanged(const WTF::String&) OVERRIDE;
-
virtual void sendMessageToBackend(const WTF::String&) OVERRIDE;
virtual void sendMessageToEmbedder(const WTF::String&) OVERRIDE;
« no previous file with comments | « Source/core/inspector/InspectorFrontendHost.idl ('k') | Source/web/InspectorFrontendClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698