|
Lo-Fi snackbar should only be shown for the first q=low response of a page.
When the DataReductionProxyNetworkDelegate sees a Lo-Fi response it notifies
Chrome. Chrome then gets the associated Android Tab and tells it to display
the Lo-Fi snackbar.
BUG= 505483, 572974
Committed: https://crrev.com/8a15a7f2a109f8a6466d823fba4c4d635860d823
Cr-Commit-Position: refs/heads/master@{#368391}
Total comments: 10
Total comments: 18
Total comments: 10
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+444 lines, -29 lines) |
Patch |
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/ChromeActivity.java
|
View
|
1
2
3
4
5
|
6 chunks |
+0 lines, -26 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/snackbar/LoFiBarPopupController.java
|
View
|
1
2
3
4
5
|
4 chunks |
+46 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java
|
View
|
1
2
3
4
5
6
|
5 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/tab_android.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/tab_android.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/components_tests.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy.gypi
|
View
|
1
2
3
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/content/browser/BUILD.gn
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/data_reduction_proxy/content/browser/content_lofi_ui_service.h
|
View
|
1
2
3
4
5
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/data_reduction_proxy/content/browser/content_lofi_ui_service.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+58 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/data_reduction_proxy/content/browser/content_lofi_ui_service_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+111 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h
|
View
|
1
2
3
|
3 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+60 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/data_reduction_proxy/core/common/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/data_reduction_proxy/core/common/lofi_ui_service.h
|
View
|
1
2
3
4
5
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 35 (20 generated)
|