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

Unified Diff: components/precache/content/BUILD.gn

Issue 1176253002: Fix IsPrecachingAllowed() to check Sync instead of Data Saver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweaks per bengr. Created 5 years, 6 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
« no previous file with comments | « components/precache.gypi ('k') | components/precache/content/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/precache/content/BUILD.gn
diff --git a/components/precache/content/BUILD.gn b/components/precache/content/BUILD.gn
index 5558ac8221e41f81418b82b1fb0ca48335fd99ea..f3f7bd9564f05f7fa7f8103541360705a76554d7 100644
--- a/components/precache/content/BUILD.gn
+++ b/components/precache/content/BUILD.gn
@@ -6,8 +6,6 @@ static_library("content") {
sources = [
"precache_manager.cc",
"precache_manager.h",
- "precache_manager_factory.cc",
- "precache_manager_factory.h",
]
configs += [ "//components/precache/core:precache_config" ]
« no previous file with comments | « components/precache.gypi ('k') | components/precache/content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698