|
[GCM] Wiring heartbeat interval calls to GCMDriver
Wires the call to Add/RemoveHeartbeatInterval through:
* GCMDriver/Desktop/Android/Fake
* GCMDriverDesktop::IOWorker
* GCMClient/Impl to MCSClient
* Adding loading of persisted interval in MCSClient
BUG= 481174
Committed: https://crrev.com/2275446a45e50b79540953969bd98f0fb3fb49b6
Cr-Commit-Position: refs/heads/master@{#329750}
Total comments: 10
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+400 lines, -73 lines) |
Patch |
 |
M |
components/gcm_driver/fake_gcm_client.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/fake_gcm_client.cc
|
View
|
1
2
3
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/fake_gcm_driver.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/fake_gcm_driver.cc
|
View
|
1
2
3
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_client.h
|
View
|
1
2
3
4
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_client_impl.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_client_impl.cc
|
View
|
1
2
3
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_driver.h
|
View
|
1
2
3
4
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_driver_android.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_driver_android.cc
|
View
|
1
2
3
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_driver_desktop.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_driver_desktop.cc
|
View
|
1
2
3
4
|
3 chunks |
+57 lines, -0 lines |
0 comments
|
Download
|
 |
M |
google_apis/gcm/engine/gcm_store.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
google_apis/gcm/engine/mcs_client.h
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
google_apis/gcm/engine/mcs_client.cc
|
View
|
1
2
3
4
|
2 chunks |
+16 lines, -4 lines |
0 comments
|
Download
|
 |
M |
google_apis/gcm/engine/mcs_client_unittest.cc
|
View
|
1
2
3
4
|
4 chunks |
+249 lines, -65 lines |
0 comments
|
Download
|
Total messages: 11 (3 generated)
|