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

Unified Diff: components/precache/content/DEPS

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/content/BUILD.gn ('k') | components/precache/content/precache_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/precache/content/DEPS
diff --git a/components/precache/content/DEPS b/components/precache/content/DEPS
index 74d3e534b14a5055d53a7a2bbe307b741a75b729..442e39cea2699e6e52935d24ac038ba5f3b43eb3 100644
--- a/components/precache/content/DEPS
+++ b/components/precache/content/DEPS
@@ -1,8 +1,7 @@
include_rules = [
- "+components/data_reduction_proxy/core/common",
"+components/history/core/browser",
"+components/keyed_service",
- "+components/user_prefs",
+ "+components/sync_driver",
"+components/variations",
"+content/public/browser",
"+net/base",
« no previous file with comments | « components/precache/content/BUILD.gn ('k') | components/precache/content/precache_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698