| Index: apps/app_shim/test/app_shim_host_manager_test_api_mac.cc
|
| diff --git a/apps/app_shim/test/app_shim_host_manager_test_api_mac.cc b/apps/app_shim/test/app_shim_host_manager_test_api_mac.cc
|
| index 2bd83fd87e3a0001f57f51342eb2886c0b2f142f..67c654460a5ccd2d561355120b6b54527ff19c64 100644
|
| --- a/apps/app_shim/test/app_shim_host_manager_test_api_mac.cc
|
| +++ b/apps/app_shim/test/app_shim_host_manager_test_api_mac.cc
|
| @@ -9,14 +9,6 @@
|
|
|
| namespace test {
|
|
|
| -// static
|
| -void AppShimHostManagerTestApi::OverrideUserDataDir(
|
| - const base::FilePath& user_data_dir) {
|
| - CR_DEFINE_STATIC_LOCAL(base::FilePath, override_user_data_dir, ());
|
| - override_user_data_dir = user_data_dir;
|
| - AppShimHostManager::g_override_user_data_dir_ = &override_user_data_dir;
|
| -}
|
| -
|
| AppShimHostManagerTestApi::AppShimHostManagerTestApi(
|
| AppShimHostManager* host_manager)
|
| : host_manager_(host_manager) {
|
| @@ -27,4 +19,8 @@ IPC::ChannelFactory* AppShimHostManagerTestApi::factory() {
|
| return host_manager_->factory_.get();
|
| }
|
|
|
| +const base::FilePath& AppShimHostManagerTestApi::directory_in_tmp() {
|
| + return host_manager_->directory_in_tmp_;
|
| +}
|
| +
|
| } // namespace test
|
|
|