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

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: Change to /tmp/chrome-<hash of udd>/App Shim Socket Created 7 years, 1 month 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/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_;

Powered by Google App Engine
This is Rietveld 408576698