|
Add KeepAliveStateObserver, that allows clients to get
notified of state changes in the KeepAliveRegistry.
The first supported option is KeepAliveRestartOption.
This CL does not add any observer to act on that yet.
BUG= 587926, 585080
Committed: https://crrev.com/3563ecaf39e0c08836a17743d5233de1e0e7b6f0
Cr-Commit-Position: refs/heads/master@{#380174}
Total comments: 9
Total comments: 19
Total comments: 18
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+268 lines, -40 lines) |
Patch |
 |
M |
chrome/browser/background/background_mode_manager.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/lifetime/keep_alive_registry.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+29 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/lifetime/keep_alive_registry.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+84 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/lifetime/keep_alive_registry_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+80 lines, -15 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/lifetime/keep_alive_state_observer.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/lifetime/keep_alive_types.h
|
View
|
1
2
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/lifetime/keep_alive_types.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+17 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/lifetime/scoped_keep_alive.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/lifetime/scoped_keep_alive.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/app_list_service_views.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/app_list_shower_views.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/profile_loader.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/apps/chrome_app_delegate.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/panels/panel_view.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/profiles/user_manager_view.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 22 (8 generated)
|