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

Unified Diff: chrome/browser/ui/ash/DEPS

Issue 2661283002: cros: Clean up SessionStateDelegate refs in Chrome (Closed)
Patch Set: rebase Created 3 years, 10 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/ui/ash/DEPS
diff --git a/chrome/browser/ui/ash/DEPS b/chrome/browser/ui/ash/DEPS
index 5bc5593e2f566e5d49bec0608bdcaee9867968ef..ecb3105bbd48e724071a093313846ab01f51101a 100644
--- a/chrome/browser/ui/ash/DEPS
+++ b/chrome/browser/ui/ash/DEPS
@@ -1,5 +1,11 @@
include_rules = [
"+ash/public/interfaces",
+
+ # Allow ash::SessionStateDelegate for SessionStateDelegateChromeOS.
+ # Other code should use SessionManager/UserManager/SessionControllerClient
+ # directly.
+ "+ash/common/session",
James Cook 2017/02/27 21:20:28 Could this be per-file?
xiyuan 2017/02/27 22:16:22 Done. Good call. Learned "specific_include_rules"
+
"+components/arc",
"+components/drive",
"+components/session_manager/core",

Powered by Google App Engine
This is Rietveld 408576698