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

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

Issue 2661283002: cros: Clean up SessionStateDelegate refs in Chrome (Closed)
Patch Set: update browser_finder_chromeos_unittest 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
« no previous file with comments | « chrome/browser/memory/tab_manager.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/DEPS
diff --git a/chrome/browser/ui/ash/DEPS b/chrome/browser/ui/ash/DEPS
index 5bc5593e2f566e5d49bec0608bdcaee9867968ef..37fd364d6ffb461eb51745d847bce33d6bcb5a07 100644
--- a/chrome/browser/ui/ash/DEPS
+++ b/chrome/browser/ui/ash/DEPS
@@ -7,3 +7,13 @@ 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/common/session",
+ ]
+}
« no previous file with comments | « chrome/browser/memory/tab_manager.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698