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

Unified Diff: apps/app_shim/app_shim_host_manager_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/app_shim_host_manager_browsertest_mac.mm ('k') | apps/app_shim/app_shim_host_manager_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « apps/app_shim/app_shim_host_manager_browsertest_mac.mm ('k') | apps/app_shim/app_shim_host_manager_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698