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

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, rebase, git cl format Created 6 years, 10 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
« no previous file with comments | « apps/app_shim/chrome_main_app_mode_mac.mm ('k') | apps/app_shim/test/app_shim_host_manager_test_api_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « apps/app_shim/chrome_main_app_mode_mac.mm ('k') | apps/app_shim/test/app_shim_host_manager_test_api_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698