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

Unified Diff: chrome/browser/tether/DEPS

Issue 2819713002: Create TetherService, a TetherAllowed pref, and use DependencyManager for RegisterProfilePrefs call… (Closed)
Patch Set: Do not explicitly call on TetherService::Shutdown() from UserSessionManager. Created 3 years, 8 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: chrome/browser/tether/DEPS
diff --git a/chrome/browser/tether/DEPS b/chrome/browser/tether/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..729645efc57804846c9f080ab35403dcf2c4ae19
--- /dev/null
+++ b/chrome/browser/tether/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+ "+components/prefs",
+ "+components/proximity_auth/logging",
+]

Powered by Google App Engine
This is Rietveld 408576698