|
Componentize OriginsSeenService & provide iOS factory.
Chrome on iOS calls navigation_metrics::RecordMainFrameNavigation,
so componentize OriginsSeenService and provide an iOS factory to
share code.
BUG= 604659
Committed: https://crrev.com/54193e78c3f3143818a393f5d677a342422c6b5b
Cr-Commit-Position: refs/heads/master@{#392572}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+127 lines, -61 lines) |
Patch |
 |
M |
chrome/browser/tab_contents/navigation_metrics_recorder.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/tab_contents/origins_seen_service.h
|
View
|
|
1 chunk |
+0 lines, -29 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/tab_contents/origins_seen_service.cc
|
View
|
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/origins_seen_service_factory.h
|
View
|
1
2
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/origins_seen_service_factory.cc
|
View
|
1
2
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/navigation_metrics.gypi
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/navigation_metrics/BUILD.gn
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/navigation_metrics/DEPS
|
View
|
1
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
components/navigation_metrics/origins_seen_service.h
|
View
|
|
2 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
components/navigation_metrics/origins_seen_service.cc
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
ios/chrome/browser/BUILD.gn
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/browser/DEPS
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
ios/chrome/browser/metrics/ios_chrome_origins_seen_service_factory.h
|
View
|
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ios/chrome/browser/metrics/ios_chrome_origins_seen_service_factory.cc
|
View
|
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/ios_chrome.gyp
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 14 (4 generated)
|