Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2138)

Unified Diff: apps/app_shim/test/app_shim_host_manager_test_api_mac.h

Issue 66043003: Put app shim IPC socket in a temporary directory. (Mac) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and rebase Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: apps/app_shim/test/app_shim_host_manager_test_api_mac.h
diff --git a/apps/app_shim/test/app_shim_host_manager_test_api_mac.h b/apps/app_shim/test/app_shim_host_manager_test_api_mac.h
index dde878270c0fdc5e9a6e6f445d7abe96eccdf69d..c685166619100251b61626bf475ab7d0aab519be 100644
--- a/apps/app_shim/test/app_shim_host_manager_test_api_mac.h
+++ b/apps/app_shim/test/app_shim_host_manager_test_api_mac.h
@@ -21,12 +21,12 @@ namespace test {
class AppShimHostManagerTestApi {
public:
- static void OverrideUserDataDir(const base::FilePath& user_data_dir);
-
explicit AppShimHostManagerTestApi(AppShimHostManager* host_manager);
IPC::ChannelFactory* factory();
+ const base::FilePath& directory_in_tmp();
+
private:
AppShimHostManager* host_manager_; // Not owned.

Powered by Google App Engine
This is Rietveld 408576698