Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Unified Diff: components/data_reduction_proxy/content/browser/BUILD.gn

Issue 1558553002: Lo-Fi snackbar should only be shown for the first q=low response of a page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test fix Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/data_reduction_proxy/content/browser/BUILD.gn
diff --git a/components/data_reduction_proxy/content/browser/BUILD.gn b/components/data_reduction_proxy/content/browser/BUILD.gn
index fdc5ad960d5c8c84811c81c872a20ce3f506b942..13f008405be5596fe620396f30edf3031fe895fc 100644
--- a/components/data_reduction_proxy/content/browser/BUILD.gn
+++ b/components/data_reduction_proxy/content/browser/BUILD.gn
@@ -6,6 +6,8 @@ source_set("browser") {
sources = [
"content_lofi_decider.cc",
"content_lofi_decider.h",
+ "content_lofi_ui_service.cc",
+ "content_lofi_ui_service.h",
"data_reduction_proxy_message_filter.cc",
"data_reduction_proxy_message_filter.h",
]
@@ -46,6 +48,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"content_lofi_decider_unittest.cc",
+ "content_lofi_ui_service_unittest.cc",
"data_reduction_proxy_message_filter_unittest.cc",
]
« no previous file with comments | « components/data_reduction_proxy.gypi ('k') | components/data_reduction_proxy/content/browser/content_lofi_ui_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698