|
network_time: Remove NetworkTimeService
Use the local state instead of a pref belonging to a Profile.
Save the time mapping when the network time is updated, load the saved time in the ctor.
Delay initialization of BrowserProcess::network_time_tracker_ to access the local state.
BUG= 371470
TEST=git cl try
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273784
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+77 lines, -248 lines) |
Patch |
 |
M |
chrome/browser/browser_process_impl.cc
|
View
|
1
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/network_time/network_time_service.h
|
View
|
|
1 chunk |
+0 lines, -39 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/network_time/network_time_service.cc
|
View
|
|
1 chunk |
+0 lines, -81 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/network_time/network_time_service_factory.h
|
View
|
|
1 chunk |
+0 lines, -36 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/network_time/network_time_service_factory.cc
|
View
|
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/network_time/network_time_tracker.h
|
View
|
|
3 chunks |
+9 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/network_time/network_time_tracker.cc
|
View
|
1
2
|
3 chunks |
+40 lines, -21 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/network_time/network_time_tracker_unittest.cc
|
View
|
1
2
3
|
3 chunks |
+12 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prefs/browser_prefs.cc
|
View
|
1
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.h
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/common/pref_names.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/base/testing_browser_process.cc
|
View
|
|
3 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|