Index: content/public/browser/devtools_frontend_host.h |
diff --git a/content/public/browser/devtools_frontend_host.h b/content/public/browser/devtools_frontend_host.h |
index 5eb2a903a942634e6dfc58ab399097462c140b66..c00f1119446673f7f277097b4f529ed2aebb7902 100644 |
--- a/content/public/browser/devtools_frontend_host.h |
+++ b/content/public/browser/devtools_frontend_host.h |
@@ -42,6 +42,8 @@ class DevToolsFrontendHost { |
Delegate* delegate); |
CONTENT_EXPORT virtual ~DevToolsFrontendHost() {} |
+ |
+ CONTENT_EXPORT virtual void BadMessageRecieved() {} |
}; |
} // namespace content |