| Index: chrome/browser/DEPS
|
| diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
|
| index b5c99f99b0984d320154ccd415c76502c18d23cd..3b311d43cb47bdd2948035833ce9f77f35e31eb4 100644
|
| --- a/chrome/browser/DEPS
|
| +++ b/chrome/browser/DEPS
|
| @@ -74,6 +74,11 @@ include_rules = [
|
| "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h",
|
| "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
|
|
|
| + # Code in chrome should not use ash::SessionStateDelegate and friends.
|
| + # Instead, use SessionManager/UserManager/SessionControllerClient directly
|
| + # since they are part of chrome.
|
| + "-ash/common/session",
|
| +
|
| # Explicitly disallow using SyncMessageFilter to prevent browser from
|
| # sending synchronous IPC messages on non-UI threads.
|
| "-ipc/ipc_sync_message_filter.h",
|
|
|