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

Unified Diff: chrome/renderer/extensions/dom_activity_logger.h

Issue 23729005: Enable Activity Logging by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added definition of 'active' Created 7 years, 4 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
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,

Powered by Google App Engine
This is Rietveld 408576698