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

Unified Diff: extensions/renderer/dom_activity_logger.h

Issue 266013004: Cleanup after WebKit update to pass old values to activity log (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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 | extensions/renderer/dom_activity_logger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | extensions/renderer/dom_activity_logger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698