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

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: Change IsSyncEnabledAndLoggedIn to CanSyncStart. 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
Index: components/precache/content/DEPS
diff --git a/components/precache/content/DEPS b/components/precache/content/DEPS
index ee4913c972ec215edf4cdc643eed9b7cd259b033..fb19e442878353fcb9f5fac78efb886db621984e 100644
--- a/components/precache/content/DEPS
+++ b/components/precache/content/DEPS
@@ -1,7 +1,7 @@
include_rules = [
- "+components/data_reduction_proxy/core/common",
"+components/history/core/browser",
"+components/keyed_service",
+ "+components/sync_driver",
"+components/user_prefs",
"+content/public/browser",
"+net/base",

Powered by Google App Engine
This is Rietveld 408576698