| Index: apps/app_shim/app_shim_host_manager_mac.h
|
| diff --git a/apps/app_shim/app_shim_host_manager_mac.h b/apps/app_shim/app_shim_host_manager_mac.h
|
| index 1d18352bf306a7c23a05685a28f660f5b60acfc9..4b945eb13f752e0589f73a015100f770d0764b8c 100644
|
| --- a/apps/app_shim/app_shim_host_manager_mac.h
|
| +++ b/apps/app_shim/app_shim_host_manager_mac.h
|
| @@ -56,8 +56,7 @@ class AppShimHostManager
|
| // Called on the IO thread to begin listening for connections from app shims.
|
| void ListenOnIOThread();
|
|
|
| - // If set, used instead of chrome::DIR_USER_DATA for placing the socket.
|
| - static const base::FilePath* g_override_user_data_dir_;
|
| + base::FilePath directory_in_tmp_;
|
|
|
| scoped_ptr<IPC::ChannelFactory> factory_;
|
|
|
|
|