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

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

Issue 2661283002: cros: Clean up SessionStateDelegate refs in Chrome (Closed)
Patch Set: for #8 comments 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..b06716fe37c5a537a5d590a1da557f835c4fa732 100644
--- a/chrome/browser/ui/ash/DEPS
+++ b/chrome/browser/ui/ash/DEPS
@@ -7,3 +7,9 @@ include_rules = [
"+mash/shelf/public/interfaces",
"+media",
]
+specific_include_rules = {
+ # Allow ash::SessionStateDelegate for SessionStateDelegateChromeOS.
+ "session_state_delegate_chromeos\.(cc|h)": [
+ "+ash/common/session",
sky 2017/02/27 23:51:32 Is this temporary?
xiyuan 2017/02/28 00:19:58 Yes, the goal is to deprecate SesisonStateDelegate
sky 2017/02/28 00:51:02 Excellent! Can you add a comment to this effect? T
xiyuan 2017/02/28 18:35:50 Done.
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698