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

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: Put App Shim Socket in "/tmp/chrome-<hash of UDD>/", make a symlink to it at "<UDD>/App Shim Socket… Created 6 years, 12 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..61bc77a36573eced6245bc5be3884052799df88b 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,8 +21,6 @@ namespace test {
class AppShimHostManagerTestApi {
public:
- static void OverrideUserDataDir(const base::FilePath& user_data_dir);
-
explicit AppShimHostManagerTestApi(AppShimHostManager* host_manager);
IPC::ChannelFactory* factory();

Powered by Google App Engine
This is Rietveld 408576698