| 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..b9e315bb3bbe52d1c70ee5fdbbed153ed767f7b2 100644
|
| --- a/apps/app_shim/app_shim_host_manager_mac.h
|
| +++ b/apps/app_shim/app_shim_host_manager_mac.h
|
| @@ -56,9 +56,6 @@ 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_;
|
| -
|
| scoped_ptr<IPC::ChannelFactory> factory_;
|
|
|
| apps::ExtensionAppShimHandler extension_app_shim_handler_;
|
|
|