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

Unified Diff: chrome/renderer/devtools_client.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/common/render_messages_internal.h ('k') | chrome/renderer/devtools_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/devtools_client.h
diff --git a/chrome/renderer/devtools_client.h b/chrome/renderer/devtools_client.h
index 69b6ea60e831e3a0988ad3120f432ea02d33ebc1..a38025524caf1726cdf038691016ecc286004a0c 100644
--- a/chrome/renderer/devtools_client.h
+++ b/chrome/renderer/devtools_client.h
@@ -48,7 +48,6 @@ class DevToolsClient : public WebKit::WebDevToolsFrontendClient {
virtual void closeWindow();
virtual void dockWindow();
virtual void undockWindow();
- virtual void toggleInspectElementMode(bool enabled);
private:
void OnRpcMessage(const std::string& class_name,
« no previous file with comments | « chrome/common/render_messages_internal.h ('k') | chrome/renderer/devtools_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698