Commit d98e112c authored by James Cook's avatar James Cook Committed by Commit Bot

cros: Remove outdated DEPS from chrome/browser/ui/ash/DEPS

session_state_delegate_chromeos.(h|cc) don't exist anymore.

TBR=xiyuan@chromium.org

Bug: none
Test: checkdeps passes
Change-Id: I9f258838cf3f5f6e966b53b8954973fa7403e117
Reviewed-on: https://chromium-review.googlesource.com/571963
Commit-Queue: James Cook <jamescook@chromium.org>
Reviewed-by: default avatarJames Cook <jamescook@chromium.org>
Cr-Commit-Position: refs/heads/master@{#486780}
parent e58dd02e
......@@ -11,13 +11,3 @@ include_rules = [
"+mash/shelf/public/interfaces",
"+media",
]
specific_include_rules = {
# Allow ash::SessionStateDelegate for SessionStateDelegateChromeOS.
# SessionStateDelegate is deprecated. Chrome code should not use it anymore.
# Instead, SessionManager/UserManager/SessionControllerClient should be used.
# This is temporary rule before SessionStateDelegate(ChromeOS) can be fully
# removed.
"session_state_delegate_chromeos\.(cc|h)": [
"+ash/session",
]
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment