|
Introduce browser_sync::ExtensionsActivityMonitor to collect extensions API usage
for correlation to sync commit requests. Add ChromiumExtensionsActivity to sync.proto
to allow passing this data to sync servers.
BUG= 25323
TEST=Added ExtensionsActivityMonitorTest. +Performing mutations on the bookmarks model via an extension should result in
ChromiumExtensionsActivity for each such extension showing up in CommitMessages.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30153
Total comments: 14
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+521 lines, -18 lines) |
Patch |
 |
M |
chrome/browser/extensions/extension_bookmarks_module.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_bookmarks_module.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_function.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/build_commit_command.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/build_commit_command.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/process_commit_response_command.h
|
View
|
5
6
7
8
9
|
3 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/process_commit_response_command.cc
|
View
|
5
6
7
8
9
|
1 chunk |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/syncer.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/syncer.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+28 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/syncer_session.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/protocol/sync.proto
|
View
|
1
2
3
4
5
6
|
3 chunks |
+18 lines, -3 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/sync/util/extensions_activity_monitor.h
|
View
|
3
4
5
|
1 chunk |
+74 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/sync/util/extensions_activity_monitor.cc
|
View
|
3
4
5
6
7
8
|
1 chunk |
+93 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/sync/util/extensions_activity_monitor_unittest.cc
|
View
|
6
7
8
9
|
1 chunk |
+234 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome.gyp
|
View
|
1
2
3
4
5
6
|
4 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/common/notification_type.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|