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

Unified Diff: webkit/api/public/WebDevToolsFrontendClient.h

Issue 348056: Highlight node with mouse over it while selecting element to inspect (Closed)
Patch Set: Created 11 years, 1 month 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 | « chrome/renderer/devtools_client.cc ('k') | webkit/glue/devtools/js/devtools.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/api/public/WebDevToolsFrontendClient.h
diff --git a/webkit/api/public/WebDevToolsFrontendClient.h b/webkit/api/public/WebDevToolsFrontendClient.h
index 0c8397c93f4b20c529af2d6b94d49d26d8c294a2..f2a6c4cc63190f7e8672a55ad89ab9a8fd068d51 100644
--- a/webkit/api/public/WebDevToolsFrontendClient.h
+++ b/webkit/api/public/WebDevToolsFrontendClient.h
@@ -50,7 +50,6 @@ public:
virtual void closeWindow() = 0;
virtual void dockWindow() = 0;
virtual void undockWindow() = 0;
- virtual void toggleInspectElementMode(bool enabled) = 0;
protected:
virtual ~WebDevToolsFrontendClient() {}
« no previous file with comments | « chrome/renderer/devtools_client.cc ('k') | webkit/glue/devtools/js/devtools.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698