Index: extensions/renderer/dom_activity_logger.h |
diff --git a/extensions/renderer/dom_activity_logger.h b/extensions/renderer/dom_activity_logger.h |
index e2fa40cc860e4f0b7cc7ae54c519285f45413fdc..409514635b1e3f0c36a9e5c9c3eedfbb871a81e7 100644 |
--- a/extensions/renderer/dom_activity_logger.h |
+++ b/extensions/renderer/dom_activity_logger.h |
@@ -35,14 +35,6 @@ class DOMActivityLogger: public blink::WebDOMActivityLogger { |
explicit DOMActivityLogger(const std::string& extension_id); |
virtual ~DOMActivityLogger(); |
- // This will soon be deprecated, and converted to the logX methods below. |
- virtual void log(const blink::WebString& api_name, |
- int argc, |
- const v8::Handle<v8::Value> argv[], |
- const blink::WebString& call_type, |
- const blink::WebURL& url, |
- const blink::WebString& title); |
- |
// Check (using the WebKit API) if there is no logger attached to the world |
// corresponding to world_id, and if so, construct a new logger and attach it. |
// world_id = 0 indicates the main world. |