|
Enable Activity Logging by default
Previously, the Activity Log was disabled by default unless a flag was set or a specific app was installed.
With this CL, events will be logged for everyone. However, we will only write to the database or stream to the API if the flag is set or the app is installed.
BUG= 276501
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221319
Total comments: 4
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+200 lines, -168 lines) |
Patch |
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/activity_log.h
|
View
|
1
2
3
4
|
4 chunks |
+33 lines, -26 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/activity_log.cc
|
View
|
1
2
3
|
8 chunks |
+60 lines, -68 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/activity_log_enabled_unittest.cc
|
View
|
1
2
3
|
7 chunks |
+81 lines, -28 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/activity_log/activity_log_unittest.cc
|
View
|
|
3 chunks |
+14 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/activity_log_private/activity_log_private_apitest.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/web_request/web_request_api.cc
|
View
|
1
|
1 chunk |
+6 lines, -8 lines |
1 comment
|
Download
|
 |
M |
chrome/browser/extensions/event_router.cc
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/common/render_messages.h
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/chrome_render_process_observer.h
|
View
|
|
3 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/chrome_render_process_observer.cc
|
View
|
|
3 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/dom_activity_logger.h
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/dom_activity_logger.cc
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
Total messages: 23 (0 generated)
|