| Index: chrome/browser/DEPS
|
| diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
|
| index b532bf1c4552c1286cff782910a4fe07a13286f1..449db427c98246dbc10e8c84749a6a20f7ea3481 100644
|
| --- a/chrome/browser/DEPS
|
| +++ b/chrome/browser/DEPS
|
| @@ -75,6 +75,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",
|
|
|