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

Unified Diff: Source/core/inspector/InspectorFrontendClient.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 | « no previous file | Source/core/inspector/InspectorFrontendHost.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorFrontendClient.h
diff --git a/Source/core/inspector/InspectorFrontendClient.h b/Source/core/inspector/InspectorFrontendClient.h
index 00848e1e8b822ed16487b4de6cb93f16c35c9803..41e414d1f9a97f80a9b477c859249723ae46ad16 100644
--- a/Source/core/inspector/InspectorFrontendClient.h
+++ b/Source/core/inspector/InspectorFrontendClient.h
@@ -42,8 +42,6 @@ public:
virtual void windowObjectCleared() = 0;
- virtual void inspectedURLChanged(const String&) = 0;
-
virtual void sendMessageToBackend(const String&) = 0;
virtual void sendMessageToEmbedder(const String&) = 0;
« no previous file with comments | « no previous file | Source/core/inspector/InspectorFrontendHost.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698