Index: chrome/renderer/extensions/dom_activity_logger.h |
diff --git a/chrome/renderer/extensions/dom_activity_logger.h b/chrome/renderer/extensions/dom_activity_logger.h |
index e3e57ba7cd8f46f310f48181c61cfb9a84df1bc7..0c9ea5abe82bfa80d7d0e3c96f27974ea369b445 100644 |
--- a/chrome/renderer/extensions/dom_activity_logger.h |
+++ b/chrome/renderer/extensions/dom_activity_logger.h |
@@ -35,9 +35,8 @@ class DOMActivityLogger: public WebKit::WebDOMActivityLogger { |
const v8::Handle<v8::Value> argv[], |
const WebString& call_type); |
- // If extension activity logging is enabled then 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. |
+ // 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. |
// worl_id = 0 indicates the main world. |
static void AttachToWorld(int world_id, |
const std::string& extension_id, |